Translations
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user