From 0a7a88c30224f0dec7755b67cd424b613eed34b3 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Wed, 22 Mar 2017 15:56:55 -0400 Subject: [PATCH] Updates clean working tree message --- src/quickPicks/repoStatus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickPicks/repoStatus.ts b/src/quickPicks/repoStatus.ts index 6b325ca..fb44f07 100644 --- a/src/quickPicks/repoStatus.ts +++ b/src/quickPicks/repoStatus.ts @@ -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])); }