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 2ceb24d96f..a2bbe73e65 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -185,10 +185,10 @@ void init_tagcache(void)
185 { 185 {
186#ifdef HAVE_LCD_BITMAP 186#ifdef HAVE_LCD_BITMAP
187 gui_syncsplash(0, true, "%s [%d/%d]", 187 gui_syncsplash(0, true, "%s [%d/%d]",
188 str(LANG_TAGCACHE_INIT), ret, TAG_COUNT); 188 str(LANG_TAGCACHE_INIT), ret, 7);
189#else 189#else
190 lcd_double_height(false); 190 lcd_double_height(false);
191 snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, TAG_COUNT); 191 snprintf(buf, sizeof(buf), " TC [%d/%d]", ret, 7);
192 lcd_puts(0, 1, buf); 192 lcd_puts(0, 1, buf);
193#endif 193#endif
194 clear = true; 194 clear = true;