Bug 1522039 - Changed label on Touch Bar "Focus" button to "Close Window" to better reflect behaviour. r=bwinton,flod

Differential Revision: https://phabricator.services.mozilla.com/D17382

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Harry Twyford 2019-01-23 19:49:01 +00:00
parent 07c71a89e5
commit 3aacb827a3
2 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ const kBuiltInInputs = {
callback: () => execCommand("Browser:OpenLocation", "OpenLocation"),
},
Focus: {
title: "focus",
title: "close-window",
image: "private-browsing.pdf",
type: "mainButton",
callback: () => execCommand("cmd_closeWindow", "Focus"),

View File

@ -17,4 +17,4 @@ reader-view = Reader View
# Meant to match the string displayed in an empty URL bar.
open-location = Search or enter address
share = Share
focus = Close
close-window = Close Window