diff options
Diffstat (limited to 'src/rotation-lock.cpp')
-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; |