comparison libgui/src/welcome-wizard.cc @ 20037: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
comparison
equal deleted inserted replaced
20036:97b37077a2d3 20037:17d79913f065
209 title->setFont (ft); 209 title->setFont (ft);
210 210
211 message->setText 211 message->setText
212 (tr ("<html><body>\n" 212 (tr ("<html><body>\n"
213 "<p>We hope you find Octave to be a useful tool.</p>\n" 213 "<p>We hope you find Octave to be a useful tool.</p>\n"
214 "<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" 214 "<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"
215 "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" 215 "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"
216 "</body></html>")); 216 "</body></html>"));
217 message->setWordWrap (true); 217 message->setWordWrap (true);
218 message->setMinimumWidth (400); 218 message->setMinimumWidth (400);
219 message->setOpenExternalLinks (true); 219 message->setOpenExternalLinks (true);