Merge lp:~charlesk/indicator-display/lp-1377286-update-indicator-title-strings into lp:indicator-display/14.10

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 7
Merged at revision: 7
Proposed branch: lp:~charlesk/indicator-display/lp-1377286-update-indicator-title-strings
Merge into: lp:indicator-display/14.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/rotation-lock.cpp (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-display/lp-1377286-update-indicator-title-strings
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
Review via email: mp+237137@code.launchpad.net

Commit message

Change the phone header's title from "Rotation Lock" to "Rotation".

Description of the change

Change the phone header's title from "Rotation Lock" to "Rotation" as described in the "Indicators: RTM Usability Fixes" document.

Tested on mako + r68.

Note, this indicator can't yet be tested with ubuntu-system-settings, use the "gsettings set" method described in <http://bazaar.launchpad.net/~charlesk/indicator-display/lp-1377286-update-indicator-title-strings/view/head:/tests/manual>.

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/rotation-lock.cpp'
--- src/rotation-lock.cpp 2014-08-21 03:35:16 +0000
+++ src/rotation-lock.cpp 2014-10-03 20:39:27 +0000
@@ -141,7 +141,7 @@
141 void update_phone_header()141 void update_phone_header()
142 {142 {
143 Header h;143 Header h;
144 h.title = _("Rotation lock");144 h.title = _("Rotation");
145 h.a11y = h.title;145 h.a11y = h.title;
146 h.is_visible = g_settings_get_enum(m_settings, "orientation-lock") != 0;146 h.is_visible = g_settings_get_enum(m_settings, "orientation-lock") != 0;
147 h.icon = m_icon;147 h.icon = m_icon;

Subscribers

People subscribed via source and target branches