summaryrefslogtreecommitdiffstats
path: root/pkg
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
parent98fbc6122150986ebd72bbf18a5a9b262ad932ce (diff)
note that undo functionality is experimental
Diffstat (limited to 'pkg')
-rw-r--r--pkg/gui/keybindings.go2
-rw-r--r--pkg/i18n/english.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index deb971e4b..43b2d8ae5 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -1352,7 +1352,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey("main.undo"),
Modifier: gocui.ModNone,
Handler: gui.handlePopFileSnapshot,
- Description: gui.Tr.SLocalize("Undo"),
+ Description: gui.Tr.SLocalize("undo"),
},
{
ViewName: "branches",
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",