mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-12 11:15:00 +02:00
better menu item name
This commit is contained in:
parent
1fd0f31682
commit
1956301b1c
@ -13,7 +13,7 @@ func (gui *Gui) handleCreatePatchOptionsMenu(g *gocui.Gui, v *gocui.View) error
|
||||
|
||||
menuItems := []*menuItem{
|
||||
{
|
||||
displayString: "copy patch",
|
||||
displayString: "copy patch to clipboard",
|
||||
onPress: gui.handleCopyPatchToClipboard,
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user