mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
message "Would you like to stage all chages?" (#109272)
The old message, ``` Would you like to automatically stage all your changes and commit them directly? ``` sounds like clicking _Yes_ will do this _automatically_ from now on, which is not the case. I removed _automatically_.
This commit is contained in:
committed by
GitHub
parent
f951dec301
commit
b6a02bb4e2
@@ -1418,7 +1418,7 @@ export class CommandCenter {
|
||||
}
|
||||
|
||||
// prompt the user if we want to commit all or not
|
||||
const message = localize('no staged changes', "There are no staged changes to commit.\n\nWould you like to automatically stage all your changes and commit them directly?");
|
||||
const message = localize('no staged changes', "There are no staged changes to commit.\n\nWould you like to stage all your changes and commit them directly?");
|
||||
const yes = localize('yes', "Yes");
|
||||
const always = localize('always', "Always");
|
||||
const never = localize('never', "Never");
|
||||
|
||||
Reference in New Issue
Block a user