1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-03 13:21:56 +02:00

shorter english string

This commit is contained in:
Dawid Dziurla 2018-09-09 10:47:13 +02:00
parent 6f7de83bce
commit 63e400647a
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -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`,