diff options
Diffstat (limited to 'src')
-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 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; |