Merge lp:~ken-vandine/ubuntu-system-settings/lp1534221 into lp:ubuntu-system-settings

Proposed by Ken VanDine
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 1584
Merged at revision: 1591
Proposed branch: lp:~ken-vandine/ubuntu-system-settings/lp1534221
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/bluetooth/DevicePage.qml (+1/-0)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-system-settings/lp1534221
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+282623@code.launchpad.net

Commit message

Return "Phone" for type Smartphone

Description of the change

Return "Phone" for type Smartphone

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

Pat has tested this, the test failures are not introduced by this branch, and the code looks good! Thanks.

review: Approve
1585. By Ken VanDine

merged trunk

1586. By Ken VanDine

merged trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/bluetooth/DevicePage.qml'
2--- plugins/bluetooth/DevicePage.qml 2016-01-28 14:20:04 +0000
3+++ plugins/bluetooth/DevicePage.qml 2016-01-29 15:41:24 +0000
4@@ -45,6 +45,7 @@
5 function getTypeString(type) {
6 switch (type) {
7 case Device.Computer: return i18n.tr("Computer");
8+ case Device.Smartphone: return i18n.tr("Phone");
9 case Device.Phone: return i18n.tr("Phone");
10 case Device.Modem: return i18n.tr("Modem");
11 case Device.Network: return i18n.tr("Network");

Subscribers

People subscribed via source and target branches