summaryrefslogtreecommitdiff
path: root/Sidebar.qml
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.si>2021-09-16 20:52:01 +0200
committerTimotej Lazar <timotej.lazar@araneo.si>2021-09-16 20:52:01 +0200
commit9cf9cfdb175ed8cc069de87698b2574ae129771f (patch)
tree466026b42033bb63b2f53662b79a8b57d2ef6042 /Sidebar.qml
parentc8cd2fb80ecd64a9cfbed1caff9855794102b537 (diff)
Update strings and sl translations
Diffstat (limited to 'Sidebar.qml')
-rw-r--r--Sidebar.qml8
1 files changed, 4 insertions, 4 deletions
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