mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-01 13:17:53 +02:00
better english string
This commit is contained in:
parent
359636c1aa
commit
b403b6e46d
@ -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`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user