From 506e320e78b451c63d51717a55eb836946494ab4 Mon Sep 17 00:00:00 2001 From: Brian Birtles Date: Wed, 1 Aug 2018 06:34:31 +0000 Subject: [PATCH] Bug 1478819 - Make Meatball Menu items use title case; r=flod As per: https://design.firefox.com/photon/copy/capitalization.html#platform-styles Differential Revision: https://phabricator.services.mozilla.com/D2591 --HG-- extra : moz-landing-system : lando --- .../client/framework/components/MeatballMenu.js | 6 +++--- devtools/client/locales/en-US/toolbox.properties | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/devtools/client/framework/components/MeatballMenu.js b/devtools/client/framework/components/MeatballMenu.js index 3d73d9bc1387..370c8400486a 100644 --- a/devtools/client/framework/components/MeatballMenu.js +++ b/devtools/client/framework/components/MeatballMenu.js @@ -73,9 +73,9 @@ class MeatballMenu extends PureComponent { // // - The "Disable pop-up autohide" menu item being added after the Browser // Toolbox is connected. - // - The split console label changing between "Show split console" and "Hide - // split console". - // - The "Show/Hide split console" entry being added removed or removed. + // - The split console label changing between "Show Split Console" and "Hide + // Split Console". + // - The "Show/Hide Split Console" entry being added removed or removed. // // The latter two cases are only likely to be noticed when "Disable pop-up // autohide" is active, but for completeness we handle them here. diff --git a/devtools/client/locales/en-US/toolbox.properties b/devtools/client/locales/en-US/toolbox.properties index 84528dcee29d..c84b60f66827 100644 --- a/devtools/client/locales/en-US/toolbox.properties +++ b/devtools/client/locales/en-US/toolbox.properties @@ -120,29 +120,29 @@ toolbox.showFrames.key=Alt+Down # LOCALIZATION NOTE (toolbox.meatballMenu.button.tooltip): This is the tooltip # for the "..." button on the developer tools toolbox. -toolbox.meatballMenu.button.tooltip=Customize Developer Tools and get help +toolbox.meatballMenu.button.tooltip=Customize Developer Tools and Get Help # LOCALIZATION NOTE (toolbox.meatballMenu.dock.*.label): These labels are shown # in the "..." menu in the toolbox and represent the different arrangements for # docking (or undocking) the developer tools toolbox. -toolbox.meatballMenu.dock.bottom.label=Dock to bottom -toolbox.meatballMenu.dock.left.label=Dock to left -toolbox.meatballMenu.dock.right.label=Dock to right -toolbox.meatballMenu.dock.separateWindow.label=Separate window +toolbox.meatballMenu.dock.bottom.label=Dock to Bottom +toolbox.meatballMenu.dock.left.label=Dock to Left +toolbox.meatballMenu.dock.right.label=Dock to Right +toolbox.meatballMenu.dock.separateWindow.label=Separate Window # LOCALIZATION NOTE (toolbox.meatballMenu.{splitconsole,hideconsole}.label): # These are the labels in the "..." menu in the toolbox for toggling the split # console window. # The keyboard shortcut will be shown to the side of the label. -toolbox.meatballMenu.splitconsole.label=Show split console -toolbox.meatballMenu.hideconsole.label=Hide split console +toolbox.meatballMenu.splitconsole.label=Show Split Console +toolbox.meatballMenu.hideconsole.label=Hide Split Console # LOCALIZATION NOTE (toolbox.meatballMenu.noautohide.label): This is the label # in the "..." menu in the toolbox to force the popups/panels to stay visible on # blur. # This is only visible in the browser toolbox as it is meant for # addon developers and Firefox contributors. -toolbox.meatballMenu.noautohide.label=Disable popup auto-hide +toolbox.meatballMenu.noautohide.label=Disable Popup Auto-Hide # LOCALIZATION NOTE (toolbox.meatballMenu.settings.label): This is the label for # the item in the "..." menu in the toolbox that brings up the Settings