summaryrefslogtreecommitdiff
path: root/apps/tagtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tagtree.c')
-rw-r--r--apps/tagtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c
index 08e6eb59b0..b922aa7395 100644
--- a/apps/tagtree.c
+++ b/apps/tagtree.c
@@ -837,7 +837,7 @@ int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs,
837 837
838 if (!sort && (sort_inverse || sort_limit)) 838 if (!sort && (sort_inverse || sort_limit))
839 { 839 {
840 gui_syncsplash(HZ*4, true, str(LANG_INCREASE_DIR_BUFFER), total_count); 840 gui_syncsplash(HZ*4, true, str(LANG_SHOWDIR_BUFFER_FULL), total_count);
841 logf("Too small dir buffer"); 841 logf("Too small dir buffer");
842 return 0; 842 return 0;
843 } 843 }