Updates clean working tree message

This commit is contained in:
Eric Amodio
2017-03-22 15:56:55 -04:00
parent 1fb2826f5c
commit 0a7a88c302

View File

@@ -108,7 +108,7 @@ export class RepoStatusQuickPick {
}
else {
items.push(new CommandQuickPickItem({
label: `No working changes`,
label: `No changes in the working tree`,
description: null
}, Commands.ShowQuickRepoStatus, [goBackCommand]));
}