Bug 1149482 - Localize the 'none' string for APZ in about:support. r=dvander

This commit is contained in:
Kartikaya Gupta 2015-04-23 15:15:29 -04:00
parent d330a7876b
commit a71c9662cb
2 changed files with 2 additions and 1 deletions

View File

@ -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("; ");

View File

@ -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