summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-18 21:13:31 +0530
committerPhanindra kumar Paladi <phanindrakumar.paladi@gmail.com>2023-01-18 21:13:31 +0530
commit946b8b56704b86c8c3b7551bf4ef05bc7298a359 (patch)
treedea51d6c382d69d8db32c3e9a99e6d6d5fd027cb
parentd479a41cad6cf5b0f1970242a1ce8cbad07269fc (diff)
Fixed the lable in the custom_patch_options_panel.go
-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',
},