summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 053eecd844..eca0221caf 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1544,7 +1544,7 @@ bool recording_screen(bool no_source)
1544 { 1544 {
1545 if(PM_HEIGHT > 1) 1545 if(PM_HEIGHT > 1)
1546 screens[i].puts(0, 2 + filename_offset[i], 1546 screens[i].puts(0, 2 + filename_offset[i],
1547 str(LANG_PM_CLIPCOUNT)); 1547 str(LANG_SYSFONT_PM_CLIPCOUNT));
1548 screens[i].puts(0, 1 + PM_HEIGHT + filename_offset[i], 1548 screens[i].puts(0, 1 + PM_HEIGHT + filename_offset[i],
1549 clpstr); 1549 clpstr);
1550 } 1550 }