summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
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/gui/keybindings.go
parent98fbc6122150986ebd72bbf18a5a9b262ad932ce (diff)
note that undo functionality is experimental
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go2
1 files changed, 1 insertions, 1 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",