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
@@ -106,7 +106,7 @@ Item {
font.pixelSize: Appearance.font.pixelSize.normal
color: Appearance.m3colors.m3outline
horizontalAlignment: Text.AlignHCenter
text: "No audio source"
text: qsTr("No audio source")
}
}
}
@@ -341,13 +341,13 @@ Item {
Layout.alignment: Qt.AlignRight
DialogButton {
buttonText: "Cancel"
buttonText: qsTr("Cancel")
onClicked: {
root.showDeviceSelector = false
}
}
DialogButton {
buttonText: "OK"
buttonText: qsTr("OK")
onClicked: {
root.showDeviceSelector = false
if (root.selectedDevice) {