Bug 839683 - Append telemetry opt-out notice for ANR reporting; r=mfinkle

This commit is contained in:
Jim Chen 2013-03-26 00:25:33 -04:00
Родитель c616ea15ce
Коммит 927a7f8afa
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -7103,7 +7103,7 @@ var Telemetry = {
return; return;
} }
message = Strings.browser.formatStringFromName("telemetry.optout.message", message = Strings.browser.formatStringFromName("telemetry.optout.message2",
[brandShortName, serverOwner, brandShortName], 3); [brandShortName, serverOwner, brandShortName], 3);
buttons = [ buttons = [
{ {

Просмотреть файл

@ -65,9 +65,9 @@ telemetry.optin.message2=Send info to %1$S so that we can improve %2$S?
telemetry.optin.learnMore=Learn more telemetry.optin.learnMore=Learn more
telemetry.optin.send=Send telemetry.optin.send=Send
telemetry.optin.dontSend=Don't send telemetry.optin.dontSend=Don't send
# LOCALIZATION NOTE (telemetry.optout.message): %1$S and %3$S will be replaced by # LOCALIZATION NOTE (telemetry.optout.message2): %1$S and %3$S will be replaced by
# brandShortName, and %2$S by the value of the toolkit.telemetry.server_owner preference. # 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. telemetry.optout.message2=%1$S sends information about performance, stability, hardware, usage and customizations back to %2$S to help improve %3$S.
telemetry.optout.ok=OK telemetry.optout.ok=OK
# XPInstall # XPInstall