From b7306ef07fd7b43a8e09ce48442d481de6cf7432 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Sun, 24 Dec 2017 18:42:50 -0600
Subject: [PATCH] Fix WELCOME_MSG in PT

From #8879
---
 Marlin/language_pt.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/language_pt.h b/Marlin/language_pt.h
index 9896005b9f..a07c208c5a 100644
--- a/Marlin/language_pt.h
+++ b/Marlin/language_pt.h
@@ -33,7 +33,7 @@
 #define DISPLAY_CHARSET_ISO10646_1
 #define NOT_EXTENDED_ISO10646_1_5X7
 
-#define WELCOME_MSG                         MACHINE_NAME " pronto."
+#define WELCOME_MSG                         MACHINE_NAME " pronta."
 #define MSG_SD_INSERTED                     "Cartao inserido"
 #define MSG_SD_REMOVED                      "Cartao removido"
 #define MSG_MAIN                            "Menu principal"