diff libgui/src/welcome-wizard.cc @ 20002:17d79913f065

Fix several typos in GUI strings (bug #44681). * file-editor.cc (construct): "White Spaces" => "Whitespace Characters". * settings-dialog.ui: " Normal" => "Normal". Eliminate useless space. * shortcut-manager.cc (do_init_data): "White Spaces" => "Whitespace Characters". * welcome-wizard.cc (final_page): "commnity" => "community".
author Rik <rik@octave.org>
date Wed, 01 Apr 2015 08:49:18 -0700
parents 17d21d68888d
children 710e700cdd7f
line wrap: on
line diff
--- a/libgui/src/welcome-wizard.cc	Tue Mar 31 21:28:55 2015 -0700
+++ b/libgui/src/welcome-wizard.cc	Wed Apr 01 08:49:18 2015 -0700
@@ -211,7 +211,7 @@
   message->setText
   (tr ("<html><body>\n"
        "<p>We hope you find Octave to be a useful tool.</p>\n"
-       "<p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other commnity-based support channels.\n"
+       "<p>If you encounter problems, there are a number of ways to get help, including commercial support options, a mailing list, a wiki, and other community-based support channels.\n"
        "You can find more information about each of these by visiting <a href=\"http://octave.org/support.html\">http://octave.org/support.html</a> (opens in external browser).</p>\n"
        "</body></html>"));
   message->setWordWrap (true);