1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-23 12:18:51 +02:00
This commit is contained in:
Jesse Duffield 2019-11-21 22:09:02 +11:00
parent e18e81f5eb
commit bad06bb634
2 changed files with 3 additions and 3 deletions

View File

@ -424,7 +424,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
Key: 'P', Key: 'P',
Modifier: gocui.ModNone, Modifier: gocui.ModNone,
Handler: gui.handlePushTag, Handler: gui.handlePushTag,
Description: gui.Tr.SLocalize("pushTags"), Description: gui.Tr.SLocalize("pushTag"),
}, },
{ {
ViewName: "branches", ViewName: "branches",

View File

@ -904,8 +904,8 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "PushTagTitle", ID: "PushTagTitle",
Other: "remote to push tag '{{.tagName}}' to:", Other: "remote to push tag '{{.tagName}}' to:",
}, &i18n.Message{ }, &i18n.Message{
ID: "pushTags", ID: "pushTag",
Other: "push tags", Other: "push tag",
}, &i18n.Message{ }, &i18n.Message{
ID: "createTag", ID: "createTag",
Other: "create tag", Other: "create tag",