mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 699942: Telemetry Yes->Yes, I want to help r=geekboy
This commit is contained in:
parent
dbf4d55b0a
commit
337df00def
@ -793,7 +793,7 @@ BrowserGlue.prototype = {
|
||||
|
||||
var buttons = [
|
||||
{
|
||||
label: browserBundle.GetStringFromName("telemetryYesButtonLabel"),
|
||||
label: browserBundle.GetStringFromName("telemetryYesButtonLabel2"),
|
||||
accessKey: browserBundle.GetStringFromName("telemetryYesButtonAccessKey"),
|
||||
popup: null,
|
||||
callback: function(aNotificationBar, aButton) {
|
||||
|
@ -331,7 +331,7 @@ syncPromoNotification.learnMoreLinkText=Learn More
|
||||
# and %2$S by the value of the toolkit.telemetry.server_owner preference.
|
||||
telemetryPrompt = Will you help improve %1$S by sending anonymous information about performance, hardware characteristics, feature usage, and browser customizations to %2$S?
|
||||
telemetryLinkLabel = Learn More
|
||||
telemetryYesButtonLabel = Yes
|
||||
telemetryYesButtonLabel2 = Yes, I want to help
|
||||
telemetryYesButtonAccessKey = Y
|
||||
telemetryNoButtonLabel = No
|
||||
telemetryNoButtonAccessKey = N
|
||||
|
Loading…
Reference in New Issue
Block a user