diff options
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r-- | apps/recorder/recording.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 5b51cc161d..ae3323ee94 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1435,8 +1435,7 @@ bool recording_screen(bool no_source) NOTE 2: to be replaced by a global LCD_off() routine */ if(remote_display_on) { - /* switch to single screen and put up a splash on the main. - On the remote we put a two line message */ + /* switch to single screen, leave message on remote */ screen_update = 1; screens[1].clear_viewport(); screens[1].puts(0, 0, str(LANG_REMOTE_LCD_OFF)); |