mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
backout 3637227e2fee for test failures
This commit is contained in:
parent
21cd6f2f16
commit
2db36e771d
@ -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);
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user