diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-01-05 13:45:58 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-01-05 13:45:58 +0100 |
commit | 69a7ce0532bb934182abf147fa9829e2769a43f1 (patch) | |
tree | 1ad2be008283312ed858fd29fb8998d686fca877 /plugins/shellexecui | |
parent | cadf44ad31555513d210f7005f831355bcd2bad9 (diff) |
corrected many action titles with correct capitalization
Diffstat (limited to 'plugins/shellexecui')
-rw-r--r-- | plugins/shellexecui/shellexecui.c | 2 |
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, |