Closed Bug 346764 Opened 19 years ago Closed 19 years ago

Change "Software Installation" to "Add-ons Installation"

Categories

(Firefox :: Settings UI, defect)

2.0 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 2 beta2

People

(Reporter: zwnj, Assigned: beltzner)

Details

(Keywords: fixed1.8.1, late-l10n, polish)

Attachments

(2 files, 2 obsolete files)

browser/preferences/preferences.properties: * installpermissionstitle = "Allowed Sites - Software Installation" Other places firefox talks about installing "Addons" not "Software". It's confusing.
And what's this "Downloading Software"? * downloadpermissionstitle = "Allowed Sites - Downloading Software"
Summary: Change "Software Installation" to "Addons Installation" → Change "Software Installation" to "Add-ons Installation"
Keywords: uiwanted
This patch also gets rid of downloadpermissionstext and downloadpermissionstitle which are no longer used.
Attachment #231545 - Flags: review?(gavin.sharp)
Flags: blocking-firefox2?
Assignee: nobody → beltzner
Status: NEW → ASSIGNED
Comment on attachment 231545 [details] [diff] [review] s/software/add-ons in a couple of places, revved entity names r=me, though I'd like Axel to confirm that removing the unused entities won't cause more trouble than it's worth at this point. Since localizers will need to open up this file and look at this bug anyways, I guess it doesn't really hurt?
Attachment #231545 - Flags: review?(gavin.sharp) → review+
Removing those is fine for me, given Gavin's rationale.
Whiteboard: [checkin needed]
Comment on attachment 231545 [details] [diff] [review] s/software/add-ons in a couple of places, revved entity names Requesting a1.8.1. Just string and entity name changes.
Attachment #231545 - Flags: approval1.8.1?
Attachment #231545 - Flags: approval1.8.1? → approval1.8.1+
patch checked in on MOZILLA_1_8_BRANCH and trunk -> FIXED
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed]
addonspermissionstitle should have been "Allowed Sites - Add-ons Installation" :/
Status: RESOLVED → REOPENED
Keywords: fixed1.8.1
Resolution: FIXED → ---
I'll get a patch for this in a bit. No need for blocking.
Flags: blocking-firefox2?
Attached patch Use "Add-ons Installation" - v1 (obsolete) — Splinter Review
Add the word "Installation" after "Add-ons".
Attachment #232093 - Flags: review?(robert.bugzilla)
Attached patch congruency is bad - v2 (obsolete) — Splinter Review
Well, I was trying to retain congruency, but it would probably only cause the l10n people more work. Just change the one instead.
Attachment #232093 - Attachment is obsolete: true
Attachment #232094 - Flags: review?(robert.bugzilla)
Attachment #232093 - Flags: review?(robert.bugzilla)
Comment on attachment 232094 [details] [diff] [review] congruency is bad - v2 Thanks for the patch
Attachment #232094 - Flags: review?(robert.bugzilla) → review+
Comment on attachment 232094 [details] [diff] [review] congruency is bad - v2 Requesting a1.8.1. Just adds the word "Installation" to the exceptions dialog title for add-ons installation.
Attachment #232094 - Flags: approval1.8.1?
Comment on attachment 232094 [details] [diff] [review] congruency is bad - v2 reed, I am taking back the + because you missed a change http://lxr.mozilla.org/seamonkey/source/browser/components/preferences/security.js#85
Attachment #232094 - Flags: review-
Attachment #232094 - Flags: review+
Attachment #232094 - Flags: approval1.8.1?
Try this one more time.
Attachment #232094 - Attachment is obsolete: true
Attachment #232098 - Flags: review?(robert.bugzilla)
Comment on attachment 232098 [details] [diff] [review] oops, forgot a file - v3 >Index: browser/locales/en-US/chrome/browser/preferences/preferences.properties >=================================================================== >RCS file: /cvsroot/mozilla/browser/locales/en-US/chrome/browser/preferences/preferences.properties,v >retrieving revision 1.8 >diff -u -p -r1.8 preferences.properties >--- browser/locales/en-US/chrome/browser/preferences/preferences.properties 2 Aug 2006 05:14:43 -0000 1.8 >+++ browser/locales/en-US/chrome/browser/preferences/preferences.properties 4 Aug 2006 09:32:35 -0000 >@@ -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. >Index: browser/base/content/browser.js >=================================================================== >RCS file: /cvsroot/mozilla/browser/base/content/browser.js,v >retrieving revision 1.674 >diff -u -p -r1.674 browser.js >--- browser/base/content/browser.js 3 Aug 2006 19:19:02 -0000 1.674 >+++ browser/base/content/browser.js 4 Aug 2006 09:32:40 -0000 >@@ -727,7 +727,7 @@ function xpinstallEditPermissions(aDocSh > 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); >Index: browser/components/preferences/security.js >=================================================================== >RCS file: /cvsroot/mozilla/browser/components/preferences/security.js,v >retrieving revision 1.4 >diff -u -p -r1.4 security.js >--- browser/components/preferences/security.js 2 Aug 2006 05:14:43 -0000 1.4 >+++ browser/components/preferences/security.js 4 Aug 2006 09:32:40 -0000 >@@ -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"); > } >
Attachment #232098 - Flags: review?(robert.bugzilla) → review+
Comment on attachment 232098 [details] [diff] [review] oops, forgot a file - v3 Requesting a1.8.1. Just adds the word "Installation" to the exceptions dialog title for add-ons installation.
Attachment #232098 - Flags: approval1.8.1?
Comment on attachment 232098 [details] [diff] [review] oops, forgot a file - v3 a=mconnor on behalf of drivers for checkin to 1.8 branch
Attachment #232098 - Flags: approval1.8.1? → approval1.8.1+
Whiteboard: [checkin needed] [checkin needed (1.8 branch)]
browser/base/content/browser.js 1.479.2.181 browser/locales/en-US/chrome/browser/preferences/preferences.properties 1.4.8.5 browser/components/preferences/security.js 1.3.2.3 browser/components/preferences/security.js 1.5 browser/base/content/browser.js 1.676 browser/locales/en-US/chrome/browser/preferences/preferences.properties 1.9
Status: REOPENED → RESOLVED
Closed: 19 years ago19 years ago
Keywords: fixed1.8.1
Resolution: --- → FIXED
Whiteboard: [checkin needed] [checkin needed (1.8 branch)]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: