Bug 702319 - Fix telemetry message l10n entry. r=mfinkle,Pike

This commit is contained in:
Brian Nicholson 2012-03-14 11:56:57 -07:00
parent 83186bf501
commit eac688468d
2 changed files with 3 additions and 2 deletions

View File

@ -367,7 +367,7 @@ var BrowserApp = {
];
let brandShortName = Strings.brand.GetStringFromName("brandShortName");
let message = Strings.browser.formatStringFromName("telemetry.optin.message", [serverOwner, brandShortName], 2);
let message = Strings.browser.formatStringFromName("telemetry.optin.message2", [serverOwner, brandShortName], 2);
let learnMoreLabel = Strings.browser.GetStringFromName("telemetry.optin.learnMore");
let learnMoreUrl = Services.urlFormatter.formatURLPref("app.support.baseURL");
learnMoreUrl += "how-can-i-help-submitting-performance-data";

View File

@ -56,7 +56,8 @@ popupButtonNeverWarn2=Never Show
blockPopups.label=Block Popups
# Telemetry
telemetry.optin.message=Send info to %S so that we can improve %S?
# %1$S = server owner (Mozilla); %2$S = product name (Firefox)
telemetry.optin.message2=Send info to %1$S so that we can improve %2$S?
telemetry.optin.learnMore=Learn more
telemetry.optin.yes=Yes
telemetry.optin.no=No