mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 00:56:25 -04: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 a new issue