From 9cf9cfdb175ed8cc069de87698b2574ae129771f Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 16 Sep 2021 20:52:01 +0200 Subject: Update strings and sl translations --- Sidebar.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Sidebar.qml') diff --git a/Sidebar.qml b/Sidebar.qml index 31eeaac..a570121 100644 --- a/Sidebar.qml +++ b/Sidebar.qml @@ -29,8 +29,8 @@ Page { FileDialog { id: dialog - title: qsTr('Open video or tags') - nameFilters: [qsTr('all files (*)'), qsTr('fuzbal files (*.events *.json)')] + title: qsTr('Load video or tags') + nameFilters: [qsTr('all files (*)'), qsTr('events and tags (*.events *.json)')] onAccepted: { const path = file.toString() @@ -128,7 +128,7 @@ Page { Hotkey { control: description - sequence: 'Ctrl+D' + sequence: qsTr('Ctrl+D') anchors { right: parent.right; bottom: parent.bottom; margins: 4 } font.pixelSize: description.font.pixelSize * 0.75 } @@ -192,7 +192,7 @@ Page { Hotkey { control: events - sequence: 'Ctrl+E' + sequence: qsTr('Ctrl+E') anchors { right: parent.right top: parent.top -- cgit v1.3