summaryrefslogtreecommitdiff
path: root/Sidebar.qml
diff options
context:
space:
mode:
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