summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5d5bb5cc4..8bebb245a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -501,13 +501,13 @@ func addEnglish(i18nObject *i18n.Bundle) error {
},
&i18n.Message{
ID: "TogglePanel",
- Other: `toggle staged/unstaged panel focus`,
+ Other: `switch to other panel`,
},
&i18n.Message{
ID: "CantStageStaged",
Other: `You can't stage an already staged change!`,
}, &i18n.Message{
- ID: "EscapeStaging",
+ ID: "ReturnToFilesPanel",
Other: `return to files panel`,
}, &i18n.Message{
ID: "CantFindHunks",
@@ -815,6 +815,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "enterFile",
Other: "enter file to add selected lines to the patch",
+ }, &i18n.Message{
+ ID: "ExitLineByLineMode",
+ Other: `exit line-by-line mode`,
},
)
}