summaryrefslogtreecommitdiffstats
path: root/pkg/gui/commit_message_panel.go
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-08-16 11:31:03 +0200
committerMark Kopenga <mkopenga@gmail.com>2018-08-16 11:31:03 +0200
commit90746502df432ce88ed1b62e36414c2142322ff7 (patch)
tree9560430c78abdc28059caac11ec402d03875e1c1 /pkg/gui/commit_message_panel.go
parent88e1a815fe5c4ddf21779ca4a93f029b7b9b9239 (diff)
Fixed comments from jesseduffield on issue #137
Diffstat (limited to 'pkg/gui/commit_message_panel.go')
-rw-r--r--pkg/gui/commit_message_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/commit_message_panel.go b/pkg/gui/commit_message_panel.go
index 697fbc024..26db703f0 100644
--- a/pkg/gui/commit_message_panel.go
+++ b/pkg/gui/commit_message_panel.go
@@ -50,7 +50,7 @@ func (gui *Gui) handleNewlineCommitMessage(g *gocui.Gui, v *gocui.View) error {
func (gui *Gui) handleCommitFocused(g *gocui.Gui, v *gocui.View) error {
message := gui.Tr.TemplateLocalize(
"CloseConfirm",
- map[string]interface{}{
+ Teml{
"keyBindClose": "esc",
"keyBindConfirm": "enter",
},