Merge lp:~seb128/ubuntu-system-settings/security-location-label into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 1507
Merged at revision: 1509
Proposed branch: lp:~seb128/ubuntu-system-settings/security-location-label
Merge into: lp:ubuntu-system-settings
Diff against target: 11 lines (+1/-1)
1 file modified
plugins/security-privacy/Location.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/security-location-label
Reviewer Review Type Date Requested Status
Ken VanDine Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+268719@code.launchpad.net

Commit message

[security-privacy] use the correct access to location string

Description of the change

[security-privacy] use the correct access to location string

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
Ken VanDine (ken-vandine) 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/security-privacy/Location.qml'
2--- plugins/security-privacy/Location.qml 2014-10-31 08:45:10 +0000
3+++ plugins/security-privacy/Location.qml 2015-08-21 09:16:38 +0000
4@@ -224,7 +224,7 @@
5 }
6
7 SettingsItemTitle {
8- text: i18n.tr("Allow access to location:")
9+ text: i18n.tr("Let apps access this location:")
10 enabled: detection.allow
11 }
12

Subscribers

People subscribed via source and target branches