mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Bug 1149482 - Localize the 'none' string for APZ in about:support. r=dvander
This commit is contained in:
parent
d56fb0e2aa
commit
03e6282e65
@ -273,7 +273,7 @@ let snapshotFormatters = {
|
||||
let out = Object.create(data);
|
||||
|
||||
if (apzInfo.length == 0)
|
||||
out.asyncPanZoom = "none";
|
||||
out.asyncPanZoom = localizedMsg(["apzNone"]);
|
||||
else
|
||||
out.asyncPanZoom = apzInfo.join("; ");
|
||||
|
||||
|
@ -96,6 +96,7 @@ canSandboxMedia = Media Plugin Sandboxing
|
||||
multiProcessStatus = %1$S/%2$S (default: %3$S)
|
||||
|
||||
asyncPanZoom = Asynchronous Pan/Zoom
|
||||
apzNone = none
|
||||
wheelEnabled = wheel input enabled
|
||||
touchEnabled = touch input enabled
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user