comparison libgui/src/shortcut-manager.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 e251b75fab55
children 70bb0bd4a53f
comparison
equal deleted inserted replaced
20211:97b37077a2d3 20212:17d79913f065
276 QKeySequence ()); 276 QKeySequence ());
277 277
278 // view 278 // view
279 init (tr ("Show Line Numbers"), "editor_view:show_line_numbers", 279 init (tr ("Show Line Numbers"), "editor_view:show_line_numbers",
280 QKeySequence ()); 280 QKeySequence ());
281 init (tr ("Show White Spaces"), "editor_view:show_white_spaces", 281 init (tr ("Show Whitespace Characters"), "editor_view:show_white_spaces",
282 QKeySequence ()); 282 QKeySequence ());
283 init (tr ("Show Line Endings"), "editor_view:show_eol_chars", QKeySequence ()); 283 init (tr ("Show Line Endings"), "editor_view:show_eol_chars", QKeySequence ());
284 init (tr ("Show Indentation Guides"), "editor_view:show_ind_guides", 284 init (tr ("Show Indentation Guides"), "editor_view:show_ind_guides",
285 QKeySequence ()); 285 QKeySequence ());
286 init (tr ("Show Long Line Marker"), "editor_view:show_long_line", 286 init (tr ("Show Long Line Marker"), "editor_view:show_long_line",