summaryrefslogtreecommitdiff
path: root/apps/shortcuts.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-05-13 11:57:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-05-13 12:02:17 -0400
commitb6053c4d543a5d0a8e8c42f6f0c4e225d0760620 (patch)
tree464be340e674d465e52d78b4d6e781425d281f2c /apps/shortcuts.c
parent0bfc5d8d9931bfd10a8da3f7f74844af837c6fbd (diff)
downloadrockbox-b6053c4d543a5d0a8e8c42f6f0c4e225d0760620.tar.gz
rockbox-b6053c4d543a5d0a8e8c42f6f0c4e225d0760620.zip
voice: Fix a handful of non-voiced splash messages
Change-Id: I561c756c542fa24824a881b5632c955a920b8471
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);