From 69a7ce0532bb934182abf147fa9829e2769a43f1 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 5 Jan 2014 13:45:58 +0100 Subject: corrected many action titles with correct capitalization --- plugins/shellexecui/shellexecui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shellexecui') 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, -- cgit v1.2.3