Fix WELCOME_MSG in PT

From #8879
This commit is contained in:
Scott Lahteine
2017-12-24 18:45:16 -06:00
committed by GitHub
parent b7306ef07f
commit 0950527437

View File

@@ -33,7 +33,7 @@
#define DISPLAY_CHARSET_ISO10646_1
#define WELCOME_MSG MACHINE_NAME _UxGT(" pronto.")
#define WELCOME_MSG MACHINE_NAME _UxGT(" pronta.")
#define MSG_SD_INSERTED _UxGT("Cartão inserido")
#define MSG_SD_REMOVED _UxGT("Cartão removido")
#define MSG_MAIN _UxGT("Menu principal")