mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-12-01 22:52:01 +02:00
update translations to match conventions
This commit is contained in:
committed by
Jesse Duffield
parent
3e58797096
commit
e7a005f44d
@@ -590,12 +590,12 @@ func (gui *Gui) handleTagCommit() error {
|
||||
func (gui *Gui) createTagMenu(commitSha string) error {
|
||||
items := []*menuItem{
|
||||
{
|
||||
displayString: gui.Tr.LightweightTag,
|
||||
displayString: gui.Tr.LcLightweightTag,
|
||||
onPress: func() error {
|
||||
return gui.handleCreateLightweightTag(commitSha)
|
||||
}},
|
||||
{
|
||||
displayString: gui.Tr.AnnotatedTag,
|
||||
displayString: gui.Tr.LcAnnotatedTag,
|
||||
onPress: func() error {
|
||||
return gui.handleCreateAnnotatedTag(commitSha)
|
||||
}},
|
||||
|
||||
Reference in New Issue
Block a user