changeset 31433:d17ee5e7b66c stable

Fix typos and grammatical mistakes in text exposed to the user * liboctave/numeric/svd.cc: "occured" -> "occurred" * libgui/src/settings-dialog.ui: "Commmand" -> "Command" * libgui/src/shortcut-manager.cc: "allows to" -> "allows one to"
author Rafael Laboissiere <rafael@laboissiere.net>
date Tue, 15 Nov 2022 13:25:31 -0300
parents 48bd220be48b
children 9d4ef8d54bfe 6737f0f0d420
files libgui/src/settings-dialog.ui libgui/src/shortcut-manager.cc liboctave/numeric/svd.cc
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/settings-dialog.ui	Fri Nov 11 09:19:41 2022 +0100
+++ b/libgui/src/settings-dialog.ui	Tue Nov 15 13:25:31 2022 -0300
@@ -2595,7 +2595,7 @@
 interference with readline key strokes.</string>
                  </property>
                  <property name="text">
-                  <string>Disable menu accelerators of main window menus when Commmand Window has focus</string>
+                  <string>Disable menu accelerators of main window menus when Command Window has focus</string>
                  </property>
                 </widget>
                </item>
--- a/libgui/src/shortcut-manager.cc	Fri Nov 11 09:19:41 2022 +0100
+++ b/libgui/src/shortcut-manager.cc	Tue Nov 15 13:25:31 2022 -0300
@@ -677,7 +677,7 @@
 
         QCheckBox *shift
           = new QCheckBox (tr ("Add Shift modifier\n"
-                               "(allows to enter number keys)"));
+                               "(allows one to enter number keys)"));
 
         shift->setStyleSheet
           ("QCheckBox::indicator { subcontrol-position: left top; }");
--- a/liboctave/numeric/svd.cc	Fri Nov 11 09:19:41 2022 +0100
+++ b/liboctave/numeric/svd.cc	Tue Nov 15 13:25:31 2022 -0300
@@ -827,7 +827,7 @@
           if (iwork[2] == 1)
             (*current_liboctave_warning_with_id_handler)
               ("Octave:convergence", "svd: (driver: GEJSV) "
-               "Denormal occured, possible loss of accuracy.");
+               "Denormal occurred, possible loss of accuracy.");
 
           if (info < 0)
             (*current_liboctave_error_handler)