changeset 17809:1631e47a2138

* welcome-wizard.cc (ctor): Minor tweak to message.
author John W. Eaton <jwe@octave.org>
date Wed, 30 Oct 2013 14:10:19 -0400
parents 5517375096f7
children 6da521da1c70
files libgui/src/welcome-wizard.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/welcome-wizard.cc	Wed Oct 30 22:47:45 2013 +0100
+++ b/libgui/src/welcome-wizard.cc	Wed Oct 30 14:10:19 2013 -0400
@@ -57,7 +57,7 @@
   title->setFont (ft);
 
   QLabel *msg_1 = new QLabel (
-    tr ("You seem to be using the Octave graphical interface for the first  time on this computer.  Click 'Finish' to write a configuration file  and launch Octave GUI."));
+    tr ("You seem to be using the Octave graphical interface for the first time on this computer.  Click 'Finish' to write a configuration file and launch Octave."));
   msg_1->setWordWrap (true);
 
   QString msg_2_text = QString (tr ("The configuration file is stored in %1. "