Commit 670f937f35e63b432592c8600def33550e3b6182
1 parent
b56087db
Exists in
master
and in
5 other branches
Corrigindo diálogo de download.
Showing
1 changed file
with
2 additions
and
7 deletions
Show diff stats
src/pw3270/ft/ftdialog.c
| ... | ... | @@ -375,13 +375,8 @@ GtkWidget * v3270_ft_dialog_new(GtkWidget *parent, LIB3270_FT_OPTION options) |
| 375 | 375 | { |
| 376 | 376 | LIB3270_FT_OPTION_CRLF, |
| 377 | 377 | BUTTON_CRLF, |
| 378 | -#ifdef _WIN32 | |
| 379 | - N_( "Terminate records with _CR/LF." ), | |
| 380 | - N_( "Following the convention for ASCII text files, <CR> <LF> pairs are used to terminate records in the PC file.") | |
| 381 | -#else | |
| 382 | - N_( "Terminate records with _LF." ), | |
| 383 | - N_( "Following the convention for ASCII text files, <LF> is used to terminate records in the PC file.") | |
| 384 | -#endif // _WIN32 | |
| 378 | + N_( "Remove <_CR> from end of the line." ), | |
| 379 | + N_( "Following the convention for LINUX text files, <LF> are used to terminate records in the PC file.") | |
| 385 | 380 | }, |
| 386 | 381 | { |
| 387 | 382 | LIB3270_FT_OPTION_APPEND, | ... | ... |