diff libgui/src/m-editor/file-editor.cc @ 20212: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 97b37077a2d3
children 23fb65b45d8c
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc
+++ b/libgui/src/m-editor/file-editor.cc
@@ -1447,7 +1447,7 @@
   _show_linenum_action->setCheckable (true);
 
   _show_whitespace_action = add_action (_view_editor_menu, QIcon (),
-          tr ("Show &White Spaces"), SLOT (show_white_space (bool)));
+          tr ("Show &Whitespace Characters"), SLOT (show_white_space (bool)));
   _show_whitespace_action->setCheckable (true);
 
   _show_eol_action = add_action (_view_editor_menu, QIcon (),