mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-23 12:18:51 +02:00
fix typo
This commit is contained in:
parent
e18e81f5eb
commit
bad06bb634
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user