Merge lp:~unity-api-team/ubuntu-system-settings/add-cellular-data-switch-string into lp:ubuntu-system-settings

Proposed by Antti Kaijanmäki
Status: Merged
Approved by: Ken VanDine
Approved revision: 1640
Merged at revision: 1644
Proposed branch: lp:~unity-api-team/ubuntu-system-settings/add-cellular-data-switch-string
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-0)
1 file modified
plugins/cellular/Components/DataMultiSim.qml (+1/-0)
To merge this branch: bzr merge lp:~unity-api-team/ubuntu-system-settings/add-cellular-data-switch-string
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ken VanDine Approve
Review via email: mp+293370@code.launchpad.net

Commit message

Add string for cellular data switch.

Description of the change

Add string for cellular data switch as per spec:
https://wiki.ubuntu.com/Networking#A.2BIBw-Cellular.2BIB0_settings

This MP does not change functionality.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1640. By Antti Kaijanmäki

revert .pot update

Revision history for this message
Ken VanDine (ken-vandine) wrote :

looks good

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/cellular/Components/DataMultiSim.qml'
2--- plugins/cellular/Components/DataMultiSim.qml 2015-08-10 13:31:45 +0000
3+++ plugins/cellular/Components/DataMultiSim.qml 2016-04-29 13:56:44 +0000
4@@ -27,6 +27,7 @@
5 property string prevOnlineModem: parent.prevOnlineModem
6
7 function getNameFromIndex (index) {
8+ var dummy = i18n.tr("Cellular data")
9 if (index === 0) {
10 return i18n.tr("Off");
11 } else if (index > 0) {

Subscribers

People subscribed via source and target branches