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
=== modified file 'plugins/notifications/PageComponent.qml'
--- plugins/notifications/PageComponent.qml 2014-10-31 08:45:10 +0000
+++ plugins/notifications/PageComponent.qml 2014-11-04 21:03:37 +0000
@@ -37,7 +37,7 @@
37 height: labelSubtitle.height + units.gu(2)37 height: labelSubtitle.height + units.gu(2)
38 Label {38 Label {
39 id: labelSubtitle39 id: labelSubtitle
40 text: i18n.tr("Selected apps can alert you using notification bubbles, sounds, vibrations, and the Notification Center.")40 text: i18n.tr("Selected apps can alert you using notification bubbles, sounds, vibrations, and the Notifications list.")
41 wrapMode: Text.WordWrap41 wrapMode: Text.WordWrap
42 anchors {42 anchors {
43 top: parent.top43 top: parent.top

Subscribers

People subscribed via source and target branches