diff --git a/src/PortGlosa.py b/src/PortGlosa.py index f96d0bb..f8e2f4e 100644 --- a/src/PortGlosa.py +++ b/src/PortGlosa.py @@ -14,7 +14,7 @@ tradutor = TraduzSentencas() def traduzir(texto, threads=False): if texto.isspace() or texto == "": - return "SELECIONE UM TEXTO" + return "ESCOLHER TEXTO" elif threads: return iniciar_com_threads(texto) -- libgit2 0.21.2