From bad06bb634917d0f4f21c4f54823cf5f2cc3c392 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 21 Nov 2019 22:09:02 +1100 Subject: [PATCH] fix typo --- pkg/gui/keybindings.go | 2 +- pkg/i18n/english.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go index 2dfdedf6120..16fe31f0b7e 100644 --- a/pkg/gui/keybindings.go +++ b/pkg/gui/keybindings.go @@ -424,7 +424,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding { Key: 'P', Modifier: gocui.ModNone, Handler: gui.handlePushTag, - Description: gui.Tr.SLocalize("pushTags"), + Description: gui.Tr.SLocalize("pushTag"), }, { ViewName: "branches", diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go index e1f53d05b51..10e4d209d48 100644 --- a/pkg/i18n/english.go +++ b/pkg/i18n/english.go @@ -904,8 +904,8 @@ func addEnglish(i18nObject *i18n.Bundle) error { ID: "PushTagTitle", Other: "remote to push tag '{{.tagName}}' to:", }, &i18n.Message{ - ID: "pushTags", - Other: "push tags", + ID: "pushTag", + Other: "push tag", }, &i18n.Message{ ID: "createTag", Other: "create tag",