backout 3637227e2fee for test failures

This commit is contained in:
Margaret Leibovic 2013-03-06 16:47:34 +00:00
parent 21cd6f2f16
commit 2db36e771d
2 changed files with 4 additions and 4 deletions

View File

@ -7583,14 +7583,14 @@ var Telemetry = {
[serverOwner, brandShortName], 2);
buttons = [
{
label: Strings.browser.GetStringFromName("telemetry.optin.send"),
label: Strings.browser.GetStringFromName("telemetry.optin.yes"),
callback: function () {
Services.prefs.setIntPref(self._PREF_TELEMETRY_DISPLAYED, self._TELEMETRY_DISPLAY_REV);
Services.prefs.setBoolPref(self._PREF_TELEMETRY_ENABLED, true);
}
},
{
label: Strings.browser.GetStringFromName("telemetry.optin.dontSend"),
label: Strings.browser.GetStringFromName("telemetry.optin.no"),
callback: function () {
Services.prefs.setIntPref(self._PREF_TELEMETRY_DISPLAYED, self._TELEMETRY_DISPLAY_REV);
Services.prefs.setBoolPref(self._PREF_TELEMETRY_REJECTED, true);

View File

@ -65,8 +65,8 @@ blockPopups.label=Block Popups
# %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.send=Send
telemetry.optin.dontSend=Don't send
telemetry.optin.yes=Yes
telemetry.optin.no=No
# LOCALIZATION NOTE (telemetry.optout.message): %1$S and %3$S will be replaced by
# brandShortName, and %2$S by the value of the toolkit.telemetry.server_owner preference.
telemetry.optout.message=%1$S sends information about performance, hardware, usage and customizations back to %2$S to help improve %3$S.