summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkg/gui/custom_patch_options_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/custom_patch_options_panel.go b/pkg/gui/custom_patch_options_panel.go
index f3e55e2bd..dcaa553bf 100644
--- a/pkg/gui/custom_patch_options_panel.go
+++ b/pkg/gui/custom_patch_options_panel.go
@@ -29,7 +29,7 @@ func (gui *Gui) handleCreatePatchOptionsMenu() error {
Key: 'r',
},
{
- Label: "Copy patch to clipboard",
+ Label: "copy patch to clipboard",
OnPress: func() error { return gui.copyPatchToClipboard() },
Key: 'y',
},