From 83b25c0bfae0c6e1d53764ee7276f7ab2d1dd201 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 22 Feb 2016 15:24:30 -0800 Subject: [PATCH] Capitalize menu items in English Because capitalization plays differently in other languages. // FREEBIE --- _locales/en/messages.json | 6 ++++-- stylesheets/_global.scss | 1 - stylesheets/manifest.css | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 2000515e3..950b899c8 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -52,7 +52,8 @@ "message": "Disconnected" }, "submitDebugLog": { - "message": "Submit debug log" + "message": "Submit Debug Log", + "description": "Menu item and header text for debug log modal, title case." }, "searchForPeopleOrGroups": { "message": "Search for people or groups", @@ -122,7 +123,8 @@ "message": "You haven't exchanged any messages with this contact yet. Their identity will be available after the first message." }, "deleteMessages": { - "message": "Delete messages" + "message": "Delete Messages", + "description": "Menu item for deleting messages, title case." }, "sessionEnded": { "message": "Secure session reset" diff --git a/stylesheets/_global.scss b/stylesheets/_global.scss index 68bb0713c..21343d716 100644 --- a/stylesheets/_global.scss +++ b/stylesheets/_global.scss @@ -86,7 +86,6 @@ button.back { position: relative; float: right; height: 36px; - text-transform: capitalize; .hamburger { width: $header-height; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index bd682a01d..e3e50bdf6 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -80,8 +80,7 @@ button.back { .menu { position: relative; float: right; - height: 36px; - text-transform: capitalize; } + height: 36px; } .menu .hamburger { width: 36px; height: 36px;