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 f3d350834d..47d2cce674 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -1243,7 +1243,7 @@ bool f2_rec_screen(void)
1243 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2, 1243 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h*2,
1244 str(LANG_SYSFONT_RECORDING_CHANNELS)); 1244 str(LANG_SYSFONT_RECORDING_CHANNELS));
1245 screens[i].getstringsize(str(LANG_SYSFONT_F2_MODE), &w, &h); 1245 screens[i].getstringsize(str(LANG_SYSFONT_F2_MODE), &w, &h);
1246 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h 1246 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2 - h,
1247 str(LANG_SYSFONT_F2_MODE)); 1247 str(LANG_SYSFONT_F2_MODE));
1248 screens[i].getstringsize(ptr, &w, &h); 1248 screens[i].getstringsize(ptr, &w, &h);
1249 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr); 1249 screens[i].putsxy(LCD_WIDTH - w, LCD_HEIGHT/2, ptr);