Bug 1209999 - Update string for push notification doorhanger.

This commit is contained in:
Jared Wein 2015-10-14 11:26:33 +05:30
parent 00c1467dca
commit b979c2d6f3
2 changed files with 5 additions and 5 deletions

View File

@ -2621,11 +2621,11 @@ ContentPermissionPrompt.prototype = {
},
_promptWebNotifications : function(aRequest) {
var message = gBrowserBundle.GetStringFromName("webNotifications.showFromSite2");
var message = gBrowserBundle.GetStringFromName("webNotifications.receiveFromSite");
var actions = [
{
stringId: "webNotifications.alwaysShow",
stringId: "webNotifications.alwaysReceive",
action: Ci.nsIPermissionManager.ALLOW_ACTION,
expireType: null,
callback: function() {},

View File

@ -375,11 +375,11 @@ geolocation.neverShareLocation.accesskey=N
geolocation.shareWithSite2=Would you like to share your location with this site?
geolocation.shareWithFile2=Would you like to share your location with this file?
webNotifications.alwaysShow=Always Show Notifications
webNotifications.alwaysShow.accesskey=A
webNotifications.alwaysReceive=Always Receive Notifications
webNotifications.alwaysReceive.accesskey=A
webNotifications.neverShow=Always Block Notifications
webNotifications.neverShow.accesskey=N
webNotifications.showFromSite2=Would you like to show notifications from this site?
webNotifications.receiveFromSite=Would you like to receive notifications from this site?
# Pointer lock UI