diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tagtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tagtree.c b/apps/tagtree.c index 08e6eb5..b922aa7 100644 --- a/apps/tagtree.c +++ b/apps/tagtree.c @@ -837,7 +837,7 @@ int retrieve_entries(struct tree_context *c, struct tagcache_search *tcs, if (!sort && (sort_inverse || sort_limit)) { - gui_syncsplash(HZ*4, true, str(LANG_INCREASE_DIR_BUFFER), total_count); + gui_syncsplash(HZ*4, true, str(LANG_SHOWDIR_BUFFER_FULL), total_count); logf("Too small dir buffer"); return 0; } |