From ec218b9088a13047ec20b32b4259d600ff28d855 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Fri, 2 Feb 2018 16:39:13 +0100 Subject: [PATCH] fix bad english --- extensions/git/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/git/package.nls.json b/extensions/git/package.nls.json index b7c0719c132..67005ce9e70 100644 --- a/extensions/git/package.nls.json +++ b/extensions/git/package.nls.json @@ -66,7 +66,7 @@ "config.decorations.enabled": "Controls if Git contributes colors and badges to the explorer and the open editors view.", "config.promptToSaveFilesBeforeCommit": "Controls whether Git should check for unsaved files before committing.", "config.showInlineOpenFileAction": "Controls whether to show an inline Open File action in the Git changes view.", - "config.inputValidation": "Controls when to show input validation the input counter.", + "config.inputValidation": "Controls when to show input validation.", "config.detectSubmodules": "Controls whether to automatically detect git submodules.", "colors.modified": "Color for modified resources.", "colors.deleted": "Color for deleted resources.",