summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go3
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 97b49e76d..6774928fd 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -736,6 +736,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "resetTo",
Other: `reset to`,
+ }, &i18n.Message{
+ ID: "pressEnterToReturn",
+ Other: "Press enter to return to lazygit",
},
)
}
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 291f114e8..36fb3e021 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -759,6 +759,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "resetTo",
Other: `reset to`,
+ }, &i18n.Message{
+ ID: "pressEnterToReturn",
+ Other: "Press enter to return to lazygit",
},
)
}
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 8229dc5df..c165ea2f0 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -719,6 +719,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "resetTo",
Other: `reset to`,
+ }, &i18n.Message{
+ ID: "pressEnterToReturn",
+ Other: "Press enter to return to lazygit",
},
)
}