Commit fc0a35cffe50ccf7987db41d1fe697a8f701215f
1 parent
670f937f
Exists in
master
and in
5 other branches
Atualizando diálogo de transferência de arquivos.
Showing
1 changed file
with
2 additions
and
7 deletions
Show diff stats
src/pw3270/ft/ftdialog.c
... | ... | @@ -465,13 +465,8 @@ GtkWidget * v3270_ft_dialog_new(GtkWidget *parent, LIB3270_FT_OPTION options) |
465 | 465 | { |
466 | 466 | LIB3270_FT_OPTION_CRLF, |
467 | 467 | BUTTON_CRLF, |
468 | -#ifdef _WIN32 | |
469 | - N_( "Terminate records with _CR/LF." ), | |
470 | - N_( "Following the convention for ASCII text files, <CR> <LF> pairs are used to terminate records in the PC file.") | |
471 | -#else | |
472 | - N_( "Terminate records with _LF." ), | |
473 | - N_( "Following the convention for ASCII text files, <LF> is used to terminate records in the PC file.") | |
474 | -#endif // _WIN32 | |
468 | + N_( "Add <CR> at end of the line." ), | |
469 | + N_( "Add an extra <CR> to follow the convention for ASCII text files.") | |
475 | 470 | }, |
476 | 471 | { |
477 | 472 | LIB3270_FT_OPTION_APPEND, | ... | ... |