Made "no devices" message more explicit

This commit is contained in:
Albert Vaca 2013-08-29 14:02:39 +02:00
parent f340c0ca9f
commit 0f2ec417ce

View file

@ -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
}