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