use qsTr (for translations later)

This commit is contained in:
end-4
2025-04-24 20:28:22 +02:00
parent 84f031573e
commit 8dd82baf26
19 changed files with 41 additions and 41 deletions
@@ -97,7 +97,7 @@ Scope {
anchors.centerIn: parent
value: Brightness.value
icon: "light_mode"
name: "Brightness"
name: qsTr("Brightness")
}
}
}
@@ -97,7 +97,7 @@ Scope {
anchors.centerIn: parent
value: Audio.sink?.audio.volume
icon: "volume_up"
name: "Volume"
name: qsTr("Volume")
}
}
}