summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 07640c3937..39dd77f48f 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1819,7 +1819,7 @@ static int dircache_callback(int btn, struct gui_synclist *lists)
1819 case ACTION_STD_CANCEL: 1819 case ACTION_STD_CANCEL:
1820 if (*(int *)lists->data > 0 && info.status == DIRCACHE_SCANNING) 1820 if (*(int *)lists->data > 0 && info.status == DIRCACHE_SCANNING)
1821 { 1821 {
1822 splash(HZ, str(LANG_SCANNING_DISK)); 1822 splash(HZ, ID2P(LANG_SCANNING_DISK));
1823 btn = ACTION_NONE; 1823 btn = ACTION_NONE;
1824 } 1824 }
1825 break; 1825 break;