Skip to content

Commit 323442b

Browse files
authored
Merge pull request #3455 from trebmuh/patch-1
Fix a typo in mainwindow.cpp
2 parents 142f54e + 9497c65 commit 323442b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3001,7 +3001,7 @@ void MainWindow::updateShortcuts()
30013001
updateShortcut("DocEnd", textDocEndAct, tr("Move Cursor to End of Document"));
30023002
updateShortcut("WordRight", textWordRightAct, tr("Move Cursor Right by Word"));
30033003
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"));
30053005
updateShortcut("Undo", textUndoAct, tr("Undo the last action"));
30063006
updateShortcut("Redo", textRedoAct, tr("Redo the last undo"));
30073007
updateShortcut("SelectAll", textSelectAllAct, tr("Select all text"));

0 commit comments

Comments
 (0)