From 2b58ae4955cbd1ad1473135a6e2b99b3d9349269 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 5 Jul 2021 22:39:39 +0200 Subject: [PATCH] - neutrino: small change in vfd standby message Signed-off-by: Thilo Graf --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 3ee8bac9e..1188affd6 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -5031,7 +5031,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby ) #ifdef ENABLE_GRAPHLCD cGLCD::StandbyMode(true); #endif - CVFD::getInstance()->ShowText("standby..."); + CVFD::getInstance()->ShowText("Standby ..."); if( mode == NeutrinoModes::mode_avinput ) { } g_InfoViewer->setUpdateTimer(0); // delete timer