From 63e400647a1ad5a643e314b4d87047c2eeee8859 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Sun, 9 Sep 2018 10:47:13 +0200 Subject: [PATCH] shorter english string --- pkg/i18n/english.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index 677fa295b..4f009c075 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -368,7 +368,7 @@ func addEnglish(i18nObject *i18n.Bundle) error { Other: `Gogit failed to parse your gitconfig file due to the presence of unquoted '\' characters. Removing these should fix the issue.`, }, &i18n.Message{ ID: "removeFile", - Other: `delete if untracked / checkout if tracked (aka go away)`, + Other: `delete if untracked / checkout if tracked`, }, &i18n.Message{ ID: "editFile", Other: `edit file`,