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.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index b60e914db..2c6fed0af 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -945,6 +945,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "viewResetToUpstreamOptions",
Other: "view upstream reset options",
+ }, &i18n.Message{
+ ID: "nextScreenMode",
+ Other: "next screen mode (normal/half/fullscreen)",
+ }, &i18n.Message{
+ ID: "prevScreenMode",
+ Other: "prev screen mode",
},
)
}