aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog8
-rw-r--r--src/rotation-lock.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a246399..4aa4e35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+indicator-display (0.1+14.10.20141007-0ubuntu1) utopic; urgency=low
+
+ [ Charles Kerr ]
+ * Change the phone header's title from "Rotation Lock" to "Rotation".
+ (LP: #1377286)
+
+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Tue, 07 Oct 2014 19:45:58 +0000
+
indicator-display (0.1+14.10.20140915-0ubuntu1) utopic; urgency=low
[ Sebastien Bacher ]
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp
index 5fff062..31e9d12 100644
--- a/src/rotation-lock.cpp
+++ b/src/rotation-lock.cpp
@@ -132,7 +132,7 @@ private:
void update_phone_header()
{
Header h;
- h.title = _("Rotation lock");
+ h.title = _("Rotation");
h.a11y = h.title;
h.is_visible = g_settings_get_boolean(m_settings, "rotation-lock");
h.icon = m_icon;