summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-18 22:08:50 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-18 22:50:35 +1100
commitb0ec0821d566c88f2b4cf192eaf31fead2074257 (patch)
tree300e023bd081afd82a39008a837152f6366f8965 /pkg/gui/keybindings.go
parent13a7806cac062d9a438feb2904cce2b02314cdd9 (diff)
fix docs
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 825c1c21c..3f965f2f6 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -575,7 +575,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: gui.getKey("branches.renameBranch"),
Modifier: gocui.ModNone,
Handler: gui.handleRenameBranch,
- Description: gui.Tr.SLocalize("viewResetOptions"),
+ Description: gui.Tr.SLocalize("renameBranch"),
},
{
ViewName: "branches",