From f1075b913500638467ffc4315733ee48d5984e75 Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Thu, 6 Aug 2020 19:18:22 -0500 Subject: [PATCH] Fix some wording and capitalization --- src/ui/dialogs/Preferences.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/dialogs/Preferences.html b/src/ui/dialogs/Preferences.html index 2ade5f5..ae5778d 100644 --- a/src/ui/dialogs/Preferences.html +++ b/src/ui/dialogs/Preferences.html @@ -49,7 +49,7 @@ $Label: 'Config', $Type: 'file', $RequireRestart: true, - Help: 'Changing this option require restart.', + Help: 'Changing this option requires restart.', Provider: '', Default: $main.rclone.getConfigFile(), Value: '', @@ -65,7 +65,7 @@ $Label: 'Use bundled Rclone', $Type: 'boolean', $RequireRestart: true, - Help: 'Use the Rclone binary that is bundled with the app, otherwise installed system wide version will be used (if not found, then you will receive and error).', + Help: 'Use the rclone binary that is bundled with the app, otherwise installed system-wide version will be used (if not found, then you will receive an error).', Provider: '', Default: true, Value: $main.settings.get('rclone_use_bundled'), @@ -94,7 +94,7 @@ Name: 'custom_args', $Label: 'Custom Rclone setting args.', $Type: 'text', - Help: 'Space or new-line separated rclone command arguments to be appended to all commands.\nCheck more at https://rclone.org/docs/', + Help: 'Space or newline separated rclone command arguments to be appended to all commands.\nCheck more at https://rclone.org/docs/', Value: $main.settings.get('custom_args'), ShortOpt: '', Hide: 0, @@ -171,7 +171,7 @@ Value: $main.settings.get('rclone_serving_ftp_enable') }, { - $Label: 'Enable Restic', + $Label: 'Enable restic', $Type: 'boolean', Name: 'rclone_serving_restic_enable', Value: $main.settings.get('rclone_serving_restic_enable')