From 7f2c98a59448dc8097cdfce75bf61c1714df218c Mon Sep 17 00:00:00 2001 From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com> Date: Tue, 1 Aug 2023 10:00:01 -0300 Subject: [PATCH] shortcuttable: update strings Change-Id: I9428df58376a6cf84c9736d40b07db88089230d1 GitLab: #1282 --- src/app/mainview/components/KeyboardShortcutTable.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/mainview/components/KeyboardShortcutTable.qml b/src/app/mainview/components/KeyboardShortcutTable.qml index b8dbf5130..0680d77df 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") } } -- GitLab