From 670f937f35e63b432592c8600def33550e3b6182 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 8 Mar 2016 14:07:48 -0300 Subject: [PATCH] Corrigindo diálogo de download. --- src/pw3270/ft/ftdialog.c | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pw3270/ft/ftdialog.c b/src/pw3270/ft/ftdialog.c index 6154ab5..af3a35c 100644 --- a/src/pw3270/ft/ftdialog.c +++ b/src/pw3270/ft/ftdialog.c @@ -375,13 +375,8 @@ GtkWidget * v3270_ft_dialog_new(GtkWidget *parent, LIB3270_FT_OPTION options) { LIB3270_FT_OPTION_CRLF, BUTTON_CRLF, -#ifdef _WIN32 - N_( "Terminate records with _CR/LF." ), - N_( "Following the convention for ASCII text files, pairs are used to terminate records in the PC file.") -#else - N_( "Terminate records with _LF." ), - N_( "Following the convention for ASCII text files, is used to terminate records in the PC file.") -#endif // _WIN32 + N_( "Remove <_CR> from end of the line." ), + N_( "Following the convention for LINUX text files, are used to terminate records in the PC file.") }, { LIB3270_FT_OPTION_APPEND, -- libgit2 0.21.2