changeset 25064:27ade14df345 stable

Some minor string changes (bug #53526). * file-editor-tab.cc: Replace "codec" by "encoding". * file-editor.cc: Adapt capitalization of string to match others.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 30 Mar 2018 21:44:29 +0200
parents a211e39e59d9
children 74ece2b45b4f
files libgui/src/m-editor/file-editor-tab.cc libgui/src/m-editor/file-editor.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Fri Mar 30 12:13:10 2018 -0700
+++ b/libgui/src/m-editor/file-editor-tab.cc	Fri Mar 30 21:44:29 2018 +0200
@@ -2256,7 +2256,7 @@
                                         tr ("The current editor contents can not be encoded\n"
                                             "with the selected encoding %1.\n"
                                             "Using it will result in data loss!\n\n"
-                                            "Do you want to chose another codec?").arg (_encoding),
+                                            "Do you want to chose another encoding?").arg (_encoding),
                                         QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
 
         if (ans == QMessageBox::Yes)
--- a/libgui/src/m-editor/file-editor.cc	Fri Mar 30 12:13:10 2018 -0700
+++ b/libgui/src/m-editor/file-editor.cc	Fri Mar 30 21:44:29 2018 +0200
@@ -1740,7 +1740,7 @@
 
     m_conv_eol_windows_action
       = add_action (m_edit_fmt_menu,
-                    tr ("Convert line endings to &windows (crlf)"),
+                    tr ("Convert Line Endings to &Windows (CRLF)"),
                     SLOT (request_conv_eol_windows (bool)));
 
     m_conv_eol_unix_action