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.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 81f6581ffc..5b51cc161d 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -606,9 +606,9 @@ int rec_create_directory(void)
606 { 606 {
607 while (action_userabort(HZ) == false) 607 while (action_userabort(HZ) == false)
608 { 608 {
609 gui_syncsplash(0, "%s %s", 609 splashf(0, "%s %s",
610 str(LANG_REC_DIR_NOT_WRITABLE), 610 str(LANG_REC_DIR_NOT_WRITABLE),
611 str(LANG_OFF_ABORT)); 611 str(LANG_OFF_ABORT));
612 } 612 }
613 } 613 }
614 else 614 else
@@ -1442,7 +1442,6 @@ bool recording_screen(bool no_source)
1442 screens[1].puts(0, 0, str(LANG_REMOTE_LCD_OFF)); 1442 screens[1].puts(0, 0, str(LANG_REMOTE_LCD_OFF));
1443 screens[1].puts(0, 1, str(LANG_REMOTE_LCD_ON)); 1443 screens[1].puts(0, 1, str(LANG_REMOTE_LCD_ON));
1444 screens[1].update_viewport(); 1444 screens[1].update_viewport();
1445 gui_splash(&screens[0], 0, str(LANG_REMOTE_LCD_OFF));
1446 } 1445 }
1447 else 1446 else
1448 { 1447 {
@@ -1789,7 +1788,7 @@ bool recording_screen(bool no_source)
1789 audio_stat = audio_status(); 1788 audio_stat = audio_status();
1790 if (audio_stat & AUDIO_STATUS_ERROR) 1789 if (audio_stat & AUDIO_STATUS_ERROR)
1791 { 1790 {
1792 gui_syncsplash(0, str(LANG_DISK_FULL)); 1791 splash(0, str(LANG_DISK_FULL));
1793 gui_syncstatusbar_draw(&statusbars, true); 1792 gui_syncstatusbar_draw(&statusbars, true);
1794 1793
1795 FOR_NB_SCREENS(i) 1794 FOR_NB_SCREENS(i)