summaryrefslogtreecommitdiff
path: root/apps/dbtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dbtree.c')
-rw-r--r--apps/dbtree.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/dbtree.c b/apps/dbtree.c
index a9d90b348b..bc98491d9e 100644
--- a/apps/dbtree.c
+++ b/apps/dbtree.c
@@ -131,9 +131,7 @@ int db_load(struct tree_context* c)
131 i = db_search(c, searchstring); 131 i = db_search(c, searchstring);
132 c->dirlength = c->filesindir = i; 132 c->dirlength = c->filesindir = i;
133 if (c->dirfull) { 133 if (c->dirfull) {
134 gui_syncsplash(HZ, true, (unsigned char *)"%s %s", 134 gui_syncsplash(HZ, true, str(LANG_SHOWDIR_BUFFER_FULL));
135 str(LANG_SHOWDIR_ERROR_BUFFER),
136 str(LANG_SHOWDIR_ERROR_FULL));
137 c->dirfull = false; 135 c->dirfull = false;
138 } 136 }
139 else 137 else