File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3001,7 +3001,7 @@ void MainWindow::updateShortcuts()
3001
3001
updateShortcut (" DocEnd" , textDocEndAct, tr (" Move Cursor to End of Document" ));
3002
3002
updateShortcut (" WordRight" , textWordRightAct, tr (" Move Cursor Right by Word" ));
3003
3003
updateShortcut (" WordLeft" , textWordLeftAct, tr (" Move Cursor Left by Word" ));
3004
- updateShortcut (" CenterVertically" , textCenterCaretAct, tr (" Vertially center the caret in the editor" ));
3004
+ updateShortcut (" CenterVertically" , textCenterCaretAct, tr (" Vertically center the caret in the editor" ));
3005
3005
updateShortcut (" Undo" , textUndoAct, tr (" Undo the last action" ));
3006
3006
updateShortcut (" Redo" , textRedoAct, tr (" Redo the last undo" ));
3007
3007
updateShortcut (" SelectAll" , textSelectAllAct, tr (" Select all text" ));
You can’t perform that action at this time.
0 commit comments