From dd698228f43d80ba0ec596c60b1166a86c78c778 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 3 Oct 2014 14:46:43 -0500 Subject: change header title from 'Rotation lock' to 'Rotation' as per I:RTMUF --- src/rotation-lock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3