From b403b6e46d42dd7eb40b8b79e74ef8414d79773b Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sat, 1 Sep 2018 16:56:43 +0200 Subject: [PATCH] better english string --- pkg/i18n/english.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 54bf213bf..116c2258b 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -354,11 +354,9 @@ func addEnglish(i18nObject *i18n.Bundle) error { }, &i18n.Message{ ID: "GitconfigParseErr", Other: `Gogit failed to parse your gitconfig file due to the presence of unquoted '\' characters. Removing these should fix the issue.`, - - // KEYBINDINGS DESCRIPTIONS }, &i18n.Message{ ID: "removeFile", - Other: `delete if untracked checkout if tracked (aka go away)`, + Other: `delete if untracked / checkout if tracked (aka go away)`, }, &i18n.Message{ ID: "editFile", Other: `edit file`,