Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/git/package.nls.json')
-rw-r--r--extensions/git/package.nls.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json
index 2477a55fa76..cc9f4a8c1d3 100644
--- a/extensions/git/package.nls.json
+++ b/extensions/git/package.nls.json
@@ -221,10 +221,10 @@
"config.timeline.date.committed": "Use the committed date",
"config.timeline.date.authored": "Use the authored date",
"config.useCommitInputAsStashMessage": "Controls whether to use the message from the commit input box as the default stash message.",
- "config.showActionButton": "Controls whether an action button can be shown in the Source Control view.",
- "config.showActionButton.commit": "Show an action button to commit changes.",
- "config.showActionButton.publish": "Show an action button to publish a local branch.",
- "config.showActionButton.sync": "Show an action button to sync changes.",
+ "config.showActionButton": "Controls whether an action button is shown in the Source Control view.",
+ "config.showActionButton.commit": "Show an action button to commit changes when the local branch has modified files ready to be committed.",
+ "config.showActionButton.publish": "Show an action button to publish the local branch when it does not have a tracking remote branch.",
+ "config.showActionButton.sync": "Show an action button to synchronize changes when the local branch is either ahead or behind the remote branch.",
"config.statusLimit": "Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.",
"config.experimental.installGuide": "Experimental improvements for the git setup flow.",
"config.repositoryScanIgnoredFolders": "List of folders that are ignored while scanning for Git repositories when `#git.autoRepositoryDetection#` is set to `true` or `subFolders`.",