From 4f31a58e0095be07ca6a637e675dc19018c3acf5 Mon Sep 17 00:00:00 2001 From: Makan Dey Date: Sat, 28 Jul 2018 19:28:47 -0400 Subject: [PATCH] Minor Wording Changes The text on some parts looked strange and not correct, thought I'd update a few for grammar and looks. --- package.nls.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.nls.json b/package.nls.json index d7b9a2d1..7e8e704c 100644 --- a/package.nls.json +++ b/package.nls.json @@ -7,7 +7,7 @@ "ext.config.autoUpload": "Set it true to Auto Upload on the settings change. [Code Restart Required]", "ext.config.forceDownload": "Set it to true if you want to download the settings even when you have latest settings.", "ext.config.host": "Set it to your GitHub Enterprise host if you want to use GHE.", - "ext.config.pathPrefix": "Set it to your GitHub Enterprise api prefix if you want to use GHE. Normally '/api/v3'. Only used when host is set.", + "ext.config.pathPrefix": "Set it to your GitHub Enterprise API prefix if you want to use GHE. Normally '/api/v3'. Only used when host is set.", "ext.config.quietSync": "When set to true, will show the result in status bar instead of summary page.", "ext.config.askGistName": "Ask gist name upon creating. Helps you to identify the gist if you have multiple gists.", "ext.config.removeExtensions": "Set it to false if you dont want to remove extensions while downloading.", @@ -35,7 +35,7 @@ "cmd.otherOptions.title": "Sync : Advanced Options", "cmd.otherOptions.editLocalSetting": "Sync : Edit Extension Local Settings", "cmd.otherOptions.shareSetting": "Sync : Share Settings with Public GIST", - "cmd.otherOptions.shareSetting.beforeConfirm": "Sync : This will remove current GIST and upload settings on new public GIST. Do you want to continue ?", + "cmd.otherOptions.shareSetting.beforeConfirm": "Sync : This will remove current GIST and upload settings on new public GIST. Do you want to continue?", "cmd.otherOptions.downloadSetting": "Sync : Download Settings from Public GIST", "cmd.otherOptions.toggleForceDownload": "Sync : Toggle Force Download", "cmd.otherOptions.toggleForceDownload.on": "Sync : Force Download Turned On.", @@ -59,8 +59,8 @@ "cmd.otherOptions.quietSync.off": "Sync : Summary will be shown upon download / upload.", "cmd.otherOptions.warning.tokenNotRequire": "Sync : Settings Sync will not ask for GitHub Token from now on.", "cmd.otherOptions.error.toggleFail": "Sync : Unable to Toggle.", - "common.info.installed": "Sync : Settings Created. Thank You for Installing !", - "common.info.needHelp": "Sync : Need Help regarding configuring this extension ?", + "common.info.installed": "Sync : Settings created, thank you for installing!", + "common.info.needHelp": "Sync : Need Help configuring this extension?", "common.info.excludeFile": "Sync : You can exclude any file / folder for upload and settings for download.", "common.info.updating": "Sync : Updating In Progress ... Please Wait.", "common.info.initAutoUpload": "Sync : Auto Upload Initiating In 5 Seconds.", @@ -68,7 +68,7 @@ "common.info.tokenSaved": "Sync : Token Saved", "common.info.gistSaved": "Sync : Gist Saved", "common.info.updateTo": "Sync : Updated to v{0}", - "common.info.donate": "Sync : Do you like this extension ? How about writing a review or send me some donation ;)", + "common.info.donate": "Sync : Do you like this extension? How about writing a review or sending a donation? ;)", "common.error.message": "Sync : Error Logged In Console (Help menu > Toggle Developer Tools).", "common.error.connection": "Sync : Internet Not Connected or Unable to Connect to GitHub. Exception Logged in Console", "common.error.canNotSave": "Sync : Unable to Save Settings. Please make sure you have valid JSON settings.json file. ( e.g : No trailing commas )", @@ -85,8 +85,8 @@ "common.action.donate": "Donate Now", "common.placeholder.enterGithubAccessToken": "Enter GitHub Personal Access Token", "common.placeholder.enterGistId": "Enter Gist Id", - "common.placeholder.multipleGist": "Gist Name [ e.g : Personal Settings ]", + "common.placeholder.multipleGist": "Gist Name (e.g : Personal Settings)", "common.prompt.multipleGist": "Allows you to identify the settings if you have multiple gist.", - "common.prompt.enterGistId": "Enter Gist Id from previously uploaded settings. You can also set manually in code settings (sync.gist). Press [Enter] or press / type 'esc' to cancel.", - "common.prompt.enterGithubAccessToken": "You can manually add token also (User Folder / syncLocalSettings.json). Press [Enter] or press / type 'esc' to cancel." -} \ No newline at end of file + "common.prompt.enterGistId": "Enter Gist Id from previously uploaded settings. You can also set manually in code settings (sync.gist). Press [Enter] or [Esc] to cancel.", + "common.prompt.enterGithubAccessToken": "You can manually add token also (User Folder / syncLocalSettings.json). Press [Enter] or [Esc] to cancel." +}