mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-10 22:42:00 +02:00
better menu item name
This commit is contained in:
@@ -13,7 +13,7 @@ func (gui *Gui) handleCreatePatchOptionsMenu(g *gocui.Gui, v *gocui.View) error
|
|||||||
|
|
||||||
menuItems := []*menuItem{
|
menuItems := []*menuItem{
|
||||||
{
|
{
|
||||||
displayString: "copy patch",
|
displayString: "copy patch to clipboard",
|
||||||
onPress: gui.handleCopyPatchToClipboard,
|
onPress: gui.handleCopyPatchToClipboard,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user