diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ecc012cd7..ef04234a0 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3734,7 +3734,7 @@ skip_message: return messages_return::handled; } else if (msg == NeutrinoMessages::EVT_SERVICES_UPD) { - ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_ZAPIT_SDTCHANGED), + ShowHintUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_ZAPIT_SDTCHANGED), CMessageBox::mbrBack,CMessageBox::mbBack, NEUTRINO_ICON_INFO); } if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000))