diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-10-03 14:46:43 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-10-03 14:46:43 -0500 |
commit | dd698228f43d80ba0ec596c60b1166a86c78c778 (patch) | |
tree | c675a17ad7f88309b997fede21c7fbf0f3ac88e7 | |
parent | 44719797abf510276a8f410c00a574ccf04e8325 (diff) | |
download | ayatana-indicator-display-dd698228f43d80ba0ec596c60b1166a86c78c778.tar.gz ayatana-indicator-display-dd698228f43d80ba0ec596c60b1166a86c78c778.tar.bz2 ayatana-indicator-display-dd698228f43d80ba0ec596c60b1166a86c78c778.zip |
change header title from 'Rotation lock' to 'Rotation' as per I:RTMUF
-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; |