summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 2dd90ef5fe..c15cb39d3d 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -151,7 +151,7 @@ static int init_dircache(bool preinit)
151 { 151 {
152 /* This will be in default language, settings are not 152 /* This will be in default language, settings are not
153 applied yet. Not really any easy way to fix that. */ 153 applied yet. Not really any easy way to fix that. */
154 gui_syncsplash(0, str(LANG_DIRCACHE_BUILDING)); 154 gui_syncsplash(0, str(LANG_SCANNING_DISK));
155 clear = true; 155 clear = true;
156 } 156 }
157 157
@@ -169,7 +169,7 @@ static int init_dircache(bool preinit)
169 { 169 {
170 if (global_status.dircache_size <= 0) 170 if (global_status.dircache_size <= 0)
171 { 171 {
172 gui_syncsplash(0, str(LANG_DIRCACHE_BUILDING)); 172 gui_syncsplash(0, str(LANG_SCANNING_DISK));
173 clear = true; 173 clear = true;
174 } 174 }
175 result = dircache_build(global_status.dircache_size); 175 result = dircache_build(global_status.dircache_size);