diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-07 19:45:47 +0000 |
---|---|---|
committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-10-07 19:45:47 +0000 |
commit | 9caed670f09d9ca7406e81d629c25b6472aa957e (patch) | |
tree | c675a17ad7f88309b997fede21c7fbf0f3ac88e7 | |
parent | 44719797abf510276a8f410c00a574ccf04e8325 (diff) | |
parent | dd698228f43d80ba0ec596c60b1166a86c78c778 (diff) | |
download | ayatana-indicator-display-9caed670f09d9ca7406e81d629c25b6472aa957e.tar.gz ayatana-indicator-display-9caed670f09d9ca7406e81d629c25b6472aa957e.tar.bz2 ayatana-indicator-display-9caed670f09d9ca7406e81d629c25b6472aa957e.zip |
Change the phone header's title from "Rotation Lock" to "Rotation". Fixes: 1377286
Approved by: Ted Gould
-rw-r--r-- | src/rotation-lock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp index 3bbe12a..e305b38 100644 --- a/src/rotation-lock.cpp +++ b/src/rotation-lock.cpp @@ -141,7 +141,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_enum(m_settings, "orientation-lock") != 0; h.icon = m_icon; |