From fc0a35cffe50ccf7987db41d1fe697a8f701215f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 8 Mar 2016 14:35:37 -0300 Subject: [PATCH] Atualizando diálogo de transferência de arquivos. --- 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 af3a35c..b458331 100644 --- a/src/pw3270/ft/ftdialog.c +++ b/src/pw3270/ft/ftdialog.c @@ -465,13 +465,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_( "Add at end of the line." ), + N_( "Add an extra to follow the convention for ASCII text files.") }, { LIB3270_FT_OPTION_APPEND, -- libgit2 0.21.2