Fixed UTF8 display for translation of reply to dialog

The previous translations have a little bug who causes misspronounce in the reply to dialog. This was fixed.
This commit is contained in:
jonasmarques 2022-02-25 07:50:08 -03:00
parent c6a2ba6a31
commit 3bd274db0c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TWBlue 0.80\n"
"POT-Creation-Date: 2019-03-17 13:34+Hora estndar romance\n"
"PO-Revision-Date: 2022-02-24 16:04-0300\n"
"PO-Revision-Date: 2022-02-25 07:19-0300\n"
"Last-Translator: Manuel Cortez <manuel@manuelcortez.net>\n"
"Language-Team: Odenilton Júnior Santos <odeniltonjunior@gmail.com>\n"
"Language: pt_BR\n"
@ -137,7 +137,7 @@ msgstr "Este exibidor não é uma linha do tempo que pode ser excluído."
#: ../src\controller\buffers\twitterBuffers.py:402
msgid "Reply to {arg0}"
msgstr "Responder a %s"
msgstr "Responder a {arg0}"
#: ../src\controller\buffers\twitterBuffers.py:404
#: ../src\keystrokeEditor\constants.py:11 ../src\wxUI\buffers\base.py:26