Bug 346764: Change "Software Installation" to "Add-ons Installation", patch by Reed Loden <reed@reedloden.com>, r=rob_strong

This commit is contained in:
gavin@gavinsharp.com
2006-08-07 22:54:45 +00:00
parent d6d3598722
commit fec0f02cfe
3 changed files with 3 additions and 3 deletions

View File

@@ -727,7 +727,7 @@ function xpinstallEditPermissions(aDocShell)
allowVisible : true,
prefilledHost : webNav.currentURI.host,
permissionType : "install",
windowTitle : bundlePreferences.getString("addonspermissionstitle"),
windowTitle : bundlePreferences.getString("addons_permissions_title"),
introText : bundlePreferences.getString("addonspermissionstext") };
wm = Components.classes["@mozilla.org/appshell/window-mediator;1"]
.getService(Components.interfaces.nsIWindowMediator);

View File

@@ -82,7 +82,7 @@ var gSecurityPane = {
var params = this._addonParams;
if (!params.windowTitle || !params.introText) {
params.windowTitle = bundlePrefs.getString("addonspermissionstitle");
params.windowTitle = bundlePrefs.getString("addons_permissions_title");
params.introText = bundlePrefs.getString("addonspermissionstext");
}

View File

@@ -39,7 +39,7 @@ labelDefaultFont=Default (%S)
cookiepermissionstext=You can specify which web sites are always or never allowed to use cookies. Type the exact address of the site you want to manage and then click Block, Allow for Session, or Allow.
cookiepermissionstitle=Exceptions - Cookies
addonspermissionstext=You can specify which web sites are allowed to install add-ons. Type the exact address of the site you want to allow and then click Allow.
addonspermissionstitle=Allowed Sites - Add-ons
addons_permissions_title=Allowed Sites - Add-ons Installation
popuppermissionstext=You can specify which web sites are allowed to open popup windows. Type the exact address of the site you want to allow and then click Allow.
popuppermissionstitle=Allowed Sites - Popups
imagepermissionstext=You can specify which web sites are allowed to load images. Type the exact address of the site you want to manage and then click Block or Allow.