summaryrefslogtreecommitdiff
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/shortcuts.c')
-rw-r--r--apps/shortcuts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/shortcuts.c b/apps/shortcuts.c
index ad19ec14fc..4833b65c74 100644
--- a/apps/shortcuts.c
+++ b/apps/shortcuts.c
@@ -608,7 +608,7 @@ int do_shortcut_menu(void *ignored)
608 608
609 if (shortcut_count == 0) 609 if (shortcut_count == 0)
610 { 610 {
611 splash(HZ, str(LANG_NO_FILES)); 611 splash(HZ, ID2P(LANG_NO_FILES));
612 return GO_TO_PREVIOUS; 612 return GO_TO_PREVIOUS;
613 } 613 }
614 push_current_activity(ACTIVITY_SHORTCUTSMENU); 614 push_current_activity(ACTIVITY_SHORTCUTSMENU);