Bug 1891604 - Change the x sign in the Screenshots overlay to × r=niklas,sfoster,fluent-reviewers,bolsson

Differential Revision: https://phabricator.services.mozilla.com/D207480
This commit is contained in:
Itiel
2024-04-16 23:30:45 +00:00
parent b3741c10d2
commit 9c5308cf95
3 changed files with 6 additions and 6 deletions

View File

@@ -1387,7 +1387,7 @@ export class ScreenshotsOverlay {
let [selectionSizeTranslation] =
lazy.overlayLocalization.formatMessagesSync([
{
id: "screenshots-overlay-selection-region-size-2",
id: "screenshots-overlay-selection-region-size-3",
args: {
width: Math.floor(width * zoom),
height: Math.floor(height * zoom),