Mercurial > hg > octave-nkf
comparison libgui/src/shortcut-manager.cc @ 20210:e251b75fab55
Fix two typos in GUI strings (bug #44681).
* files-dock-widget.cc (files_dock_widget): "directroy" => "directory".
* shortcut-manager.cc (do_init_data): "Ednings" => "Endings"
author | Rik <rik@octave.org> |
---|---|
date | Tue, 31 Mar 2015 13:44:34 -0700 |
parents | 62b73798a84f |
children | 17d79913f065 |
comparison
equal
deleted
inserted
replaced
20209:0376c1225660 | 20210:e251b75fab55 |
---|---|
247 QKeySequence (ctrl + Qt::Key_Tab)); | 247 QKeySequence (ctrl + Qt::Key_Tab)); |
248 init (tr ("Unindent Selection"), "editor_edit:unindent_selection", | 248 init (tr ("Unindent Selection"), "editor_edit:unindent_selection", |
249 QKeySequence (ctrl_shift + Qt::Key_Tab)); | 249 QKeySequence (ctrl_shift + Qt::Key_Tab)); |
250 #endif | 250 #endif |
251 | 251 |
252 init (tr ("Convert Line Ednings to Windows"), "editor_edit:conv_eol_winows", | 252 init (tr ("Convert Line Endings to Windows"), "editor_edit:conv_eol_winows", |
253 QKeySequence ()); | 253 QKeySequence ()); |
254 init (tr ("Convert Line Ednings to Unix"), "editor_edit:conv_eol_unix", | 254 init (tr ("Convert Line Endings to Unix"), "editor_edit:conv_eol_unix", |
255 QKeySequence ()); | 255 QKeySequence ()); |
256 init (tr ("Convert Line Ednings to Mac"), "editor_edit:conv_eol_mac", | 256 init (tr ("Convert Line Endings to Mac"), "editor_edit:conv_eol_mac", |
257 QKeySequence ()); | 257 QKeySequence ()); |
258 | 258 |
259 init (tr ("Goto Line"), "editor_edit:goto_line", | 259 init (tr ("Goto Line"), "editor_edit:goto_line", |
260 QKeySequence (ctrl + Qt::Key_G)); | 260 QKeySequence (ctrl + Qt::Key_G)); |
261 init (tr ("Move to Matching Brace"), "editor_edit:move_to_brace", | 261 init (tr ("Move to Matching Brace"), "editor_edit:move_to_brace", |