diff --git a/src/app/mainview/components/KeyboardShortcutTable.qml b/src/app/mainview/components/KeyboardShortcutTable.qml
index b8dbf51306f5920b136688a639c97c1a7f65f2bf..0680d77dfaec08f951e6b91d9f1aebac38381b53 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")
         }
     }