diff --git a/src/app/mainview/components/KeyboardShortcutTable.qml b/src/app/mainview/components/KeyboardShortcutTable.qml index b8dbf513..0680d77d 100644 --- a/src/app/mainview/components/KeyboardShortcutTable.qml +++ b/src/app/mainview/components/KeyboardShortcutTable.qml @@ -258,12 +258,12 @@ Window { ListElement { shortcut: "Shift + Alt + T" shortcut2: "" - description: qsTr("Show Formatting") + description: qsTr("Show formatting") } ListElement { shortcut: "Shift + Alt + P" shortcut2: "" - description: qsTr("Show Preview") + description: qsTr("Show preview") } }