Commit b75798ba69da9c175b225c06ce7c4351b9e5be4f
1 parent
caaa78db
Exists in
master
and in
3 other branches
Ajustando erro de gettext ao gerar pacote de instalação.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
| ... | ... | @@ -183,7 +183,7 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state); |
| 183 | 183 | errno = rc; |
| 184 | 184 | |
| 185 | 185 | if(!dest) { |
| 186 | - // Não tem destino para a mensagem, apresenta | |
| 186 | + // Nao tem destino para a mensagem, apresenta | |
| 187 | 187 | lib3270_popup_dialog(session, LIB3270_NOTIFY_ERROR, _( "Request failed" ), _( "Can't start file transfer." ), "%s", message); |
| 188 | 188 | } else { |
| 189 | 189 | *dest = message; | ... | ... |