Merge lp:~seb128/ubuntu-system-settings/notifcations-string-tweak into lp:ubuntu-system-settings

Proposed by Sebastien Bacher
Status: Merged
Approved by: Ken VanDine
Approved revision: 1177
Merged at revision: 1186
Proposed branch: lp:~seb128/ubuntu-system-settings/notifcations-string-tweak
Merge into: lp:ubuntu-system-settings
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/notifications/PageComponent.qml (+1/-1)
To merge this branch: bzr merge lp:~seb128/ubuntu-system-settings/notifcations-string-tweak
Reviewer Review Type Date Requested Status
Ken VanDine Approve
Review via email: mp+240646@code.launchpad.net

Commit message

[notifications] update strings to match the design

Description of the change

[notifications] update strings to match the design

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/notifications/PageComponent.qml'
2--- plugins/notifications/PageComponent.qml 2014-10-31 08:45:10 +0000
3+++ plugins/notifications/PageComponent.qml 2014-11-04 21:03:37 +0000
4@@ -37,7 +37,7 @@
5 height: labelSubtitle.height + units.gu(2)
6 Label {
7 id: labelSubtitle
8- text: i18n.tr("Selected apps can alert you using notification bubbles, sounds, vibrations, and the Notification Center.")
9+ text: i18n.tr("Selected apps can alert you using notification bubbles, sounds, vibrations, and the Notifications list.")
10 wrapMode: Text.WordWrap
11 anchors {
12 top: parent.top

Subscribers

People subscribed via source and target branches