summaryrefslogtreecommitdiff
path: root/apps/plugins/shortcuts/shortcuts_append.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/shortcuts/shortcuts_append.c')
-rw-r--r--apps/plugins/shortcuts/shortcuts_append.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/shortcuts/shortcuts_append.c b/apps/plugins/shortcuts/shortcuts_append.c
index 0e73d2caa1..0d74767a87 100644
--- a/apps/plugins/shortcuts/shortcuts_append.c
+++ b/apps/plugins/shortcuts/shortcuts_append.c
@@ -85,7 +85,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* void_p
85 if (!found) { 85 if (!found) {
86 /* Something's gone properly pear shaped - 86 /* Something's gone properly pear shaped -
87 * we couldn't even find the entry */ 87 * we couldn't even find the entry */
88 rb->splash(HZ*2, "File/Dir not found: %s", parameter); 88 rb->splashf(HZ*2, "File/Dir not found: %s", parameter);
89 return PLUGIN_ERROR; 89 return PLUGIN_ERROR;
90 } 90 }
91 91