Merge lp:~jonas-drange/ubuntu-system-settings/wifi-fix-forget-string-1378637 into lp:ubuntu-system-settings

Proposed by Jonas G. Drange on 2015-01-20
Status: Merged
Approved by: Sebastien Bacher on 2015-01-20
Approved revision: 1259
Merged at revision: 1266
Proposed branch: lp:~jonas-drange/ubuntu-system-settings/wifi-fix-forget-string-1378637
Merge into: lp:ubuntu-system-settings
Diff against target: 25 lines (+2/-2)
2 files modified
plugins/wifi/NetworkDetails.qml (+1/-1)
plugins/wifi/NetworkDetailsBrief.qml (+1/-1)
To merge this branch: bzr merge lp:~jonas-drange/ubuntu-system-settings/wifi-fix-forget-string-1378637
Reviewer Review Type Date Requested Status
Sebastien Bacher (community) 2015-01-20 Approve on 2015-01-20
Review via email: mp+247014@code.launchpad.net

Commit Message

[wifi] use an already translated, sane string for consistency

Description of the Change

[wifi] use an already translated, sane string for consistency

To post a comment you must log in.
1259. By Jonas G. Drange on 2015-01-20

up to spec

Sebastien Bacher (seb128) wrote :

thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/wifi/NetworkDetails.qml'
2--- plugins/wifi/NetworkDetails.qml 2014-09-26 12:52:31 +0000
3+++ plugins/wifi/NetworkDetails.qml 2015-01-20 14:11:34 +0000
4@@ -85,7 +85,7 @@
5
6 Button {
7 objectName: "forgetNetwork"
8- text : i18n.tr("Forget network")
9+ text : i18n.tr("Forget this network")
10 anchors {
11 left: parent.left
12 right: parent.right
13
14=== modified file 'plugins/wifi/NetworkDetailsBrief.qml'
15--- plugins/wifi/NetworkDetailsBrief.qml 2014-10-10 14:10:52 +0000
16+++ plugins/wifi/NetworkDetailsBrief.qml 2015-01-20 14:11:34 +0000
17@@ -39,7 +39,7 @@
18 ListItem.Divider {}
19
20 Button {
21- text : i18n.tr("Forget")
22+ text : i18n.tr("Forget this network")
23 anchors {
24 left: parent.left
25 right: parent.right

Subscribers

People subscribed via source and target branches