summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-21 12:31:26 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-25 09:39:04 +1100
commit137fd80fdbcdeabd9e37732b9c8fa34f3052f1eb (patch)
treeb76f42c7fe02347a6bda8d6f0218d229673dba56 /pkg/i18n
parent98fbc6122150986ebd72bbf18a5a9b262ad932ce (diff)
note that undo functionality is experimental
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/english.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 5e1474425..37b6340b1 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -362,7 +362,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "undo",
}, &i18n.Message{
ID: "undoReflog",
- Other: "undo (via reflog)",
+ Other: "undo (via reflog) (experimental)",
}, &i18n.Message{
ID: "pop",
Other: "pop",