Made "no devices" message more explicit
This commit is contained in:
parent
f340c0ca9f
commit
0f2ec417ce
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Item {
|
|||
PlasmaComponents.Label {
|
||||
id: header
|
||||
visible: devicesView.count==0
|
||||
text: i18n("No Devices Available")
|
||||
text: i18n("No paired devices available")
|
||||
anchors.fill: parent
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue