Translations

This commit is contained in:
Niels
2025-06-09 17:33:44 +02:00
parent f6a2fff0ff
commit 483b8da4e8
14 changed files with 28 additions and 29 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ Column {
anchors.centerIn: parent
property QDtimer timer: QDtimer {
id: spTimer
interval: 5000; running: true; repeat: false
interval: 10000; running: visible ? true : false; repeat: false
}
Image {
@@ -34,7 +34,7 @@ Column {
BusyLabel {
visible: radioBrowser.serversModel.count > 0
running: visible
text: qsTr("Connecting:")
text: qsTr("Connecting")
anchors.horizontalCenter: parent.horizontalCenter
}
Label {