summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-09 10:47:13 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-09 10:47:13 +0200
commit63e400647a1ad5a643e314b4d87047c2eeee8859 (patch)
tree6912aa53d9595a6ffbf91ed15ca42fe88cdb7c13
parent6f7de83bcee20ab14556b95041695b959dfb407b (diff)
shorter english string
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
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`,