changeset 25070:b5b83fcbb498 stable

* file-editor-tab.cc: Fix typo: chose -> choose
author alexander-wilms
date Sat, 31 Mar 2018 18:52:50 +0200
parents 22bc3bcabba4
children 9003702fded2
files libgui/src/m-editor/file-editor-tab.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor-tab.cc	Sat Mar 31 13:27:59 2018 +0200
+++ b/libgui/src/m-editor/file-editor-tab.cc	Sat Mar 31 18:52:50 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 encoding?").arg (_encoding),
+                                            "Do you want to choose another encoding?").arg (_encoding),
                                         QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes);
 
         if (ans == QMessageBox::Yes)