From 5730aa9f8090bd0e996b2ec36bd49f4c08bd4ff6 Mon Sep 17 00:00:00 2001 From: Ivo Pischner Date: Tue, 27 Oct 2020 13:24:45 +0100 Subject: [PATCH] Fix PT-BR strings (#15023) --- Marlin/language_pt-br_utf8.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/language_pt-br_utf8.h b/Marlin/language_pt-br_utf8.h index 880b396..ae1ec37 100644 --- a/Marlin/language_pt-br_utf8.h +++ b/Marlin/language_pt-br_utf8.h @@ -135,7 +135,7 @@ #define MSG_UBL_INVALIDATE_ALL _UxGT("Invalidar tudo") #define MSG_UBL_INVALIDATE_CLOSEST _UxGT("Invalidar próximo") #define MSG_UBL_FINE_TUNE_ALL _UxGT("Ajuste Fino de Todos") -#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ajuar Mais Próximo") +#define MSG_UBL_FINE_TUNE_CLOSEST _UxGT("Ajustar Mais Próximo") #define MSG_UBL_STORAGE_MESH_MENU _UxGT("Armazenamento Malha") #define MSG_UBL_STORAGE_SLOT _UxGT("Slot de Memória") #define MSG_UBL_LOAD_MESH _UxGT("Ler Malha") @@ -326,7 +326,7 @@ #define MSG_CASE_LIGHT_BRIGHTNESS _UxGT("Intensidade Brilho") #define MSG_INFO_PRINT_COUNT _UxGT("Qtd Impressões") #define MSG_INFO_COMPLETED_PRINTS _UxGT("Completas") -#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Imprimindo") +#define MSG_INFO_PRINT_TIME _UxGT("Tempo de Impressão") #define MSG_INFO_PRINT_LONGEST _UxGT("Impressão Mais Longa") #define MSG_INFO_PRINT_FILAMENT _UxGT("Depositado") #define MSG_INFO_MIN_TEMP _UxGT("Temp Min")