mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-11-26 09:00:57 +02:00
fix typo
This commit is contained in:
parent
e18e81f5eb
commit
bad06bb634
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user