summaryrefslogtreecommitdiff
path: root/plugins/shellexecui
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui')
-rw-r--r--plugins/shellexecui/shellexecui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index 5dda6490..b7fa36ba 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -362,7 +362,7 @@ shellexecui_action_callback(DB_plugin_action_t *action, int ctx) {
}
static DB_plugin_action_t shellexecui_action = {
- .title = "Edit/Configure custom shell commands",
+ .title = "Edit/Configure Custom Shell Commands",
.name = "shellexec_conf",
.flags = DB_ACTION_COMMON | DB_ACTION_ADD_MENU,
.callback2 = shellexecui_action_callback,