[Merge] lp:~thomas-voss/trust-store/qml-fix-1354092 into lp:trust-store
David Planella
david.planella at ubuntu.com
Thu Nov 6 10:55:36 UTC 2014
After talking to the SDK guys, what they suggested was:
Button {
objectName: "deny"
- text: i18n.tr("Deny")
+ text: i18n.dtr("trust-store", "Deny")
color: UbuntuColors.red
onClicked: quit(1)
}
Button {
objectName: "allow"
- text: i18n.tr("Allow")
+ text: i18n.dtr("trust-store", "Allow")
color: UbuntuColors.green
onClicked: quit(0)
This seems to work for me after testing it on the phone.
--
https://code.launchpad.net/~thomas-voss/trust-store/qml-fix-1354092/+merge/240816
Your team Ubuntu Phablet Team is subscribed to branch lp:trust-store.
More information about the Ubuntu-reviews
mailing list