Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit e35d344

Browse files
committed
Bug 1953494 - Add keyword for screenshot quickaction. r=daisuke,fluent-reviewers,urlbar-reviewers,flod
Differential Revision: https://phabricator.services.mozilla.com/D243026
1 parent 43bc0fd commit e35d344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser/components/urlbar/QuickActionsLoaderDefault.sys.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ const DEFAULT_ACTIONS = {
209209
},
210210
},
211211
screenshot: {
212-
l10nCommands: ["quickactions-cmd-screenshot"],
212+
l10nCommands: ["quickactions-cmd-screenshot2"],
213213
label: "quickactions-screenshot3",
214214
icon: "chrome://browser/skin/screenshot.svg",
215215
isVisible: () => {

browser/locales/en-US/browser/browser.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ quickactions-cmd-restart = restart
342342
343343
# Opens the screenshot tool
344344
quickactions-screenshot3 = Take a screenshot
345-
quickactions-cmd-screenshot = screenshot
345+
quickactions-cmd-screenshot2 = screenshot, take a screenshot
346346
347347
# Opens about:preferences
348348
quickactions-settings2 = Manage settings

0 commit comments

Comments
 (0)