Properly case unpair

This commit is contained in:
Aleix Pol 2016-08-21 17:54:15 +02:00
parent a89634c2b6
commit 64e0250d99

View file

@ -45,7 +45,7 @@ Kirigami.Page
property list<QtObject> actions: [
Kirigami.Action {
onTriggered: deviceView.currentDevice.unpair()
text: i18n("UnPair")
text: i18n("Unpair")
},
Kirigami.Action {
text: i18n("Send Ping")