diff libgui/src/documentation.cc @ 25163:3aed4f0ba3cd

Update some GUI strings identified as unclear by translators. * documentation.cc, shortcut-manager.cc: Update some GUI strings identified as unclear by translators.
author Rik <rik@octave.org>
date Sun, 08 Apr 2018 18:04:48 -0700
parents 9578133ca03e
children 512b68611097
line wrap: on
line diff
--- a/libgui/src/documentation.cc	Sat Apr 07 15:14:20 2018 -0400
+++ b/libgui/src/documentation.cc	Sun Apr 08 18:04:48 2018 -0700
@@ -88,7 +88,7 @@
         QMessageBox::warning (this, tr ("Octave Documentation"),
                               tr ("Could not setup the data required for the\n"
                                   "documentation viewer. Only help texts in\n"
-                                  "the Console Widget will be available."));
+                                  "the Command Window will be available."));
         if (m_help_engine)
           delete m_help_engine;
         m_help_engine = 0;