Closed
Bug 346764
Opened 19 years ago
Closed 19 years ago
Change "Software Installation" to "Add-ons Installation"
Categories
(Firefox :: Settings UI, defect)
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)
4.84 KB,
patch
|
Gavin
:
review+
dbaron
:
approval1.8.1+
|
Details | Diff | Splinter Review |
3.15 KB,
patch
|
robert.strong.bugs
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
browser/preferences/preferences.properties:
* installpermissionstitle = "Allowed Sites - Software Installation"
Other places firefox talks about installing "Addons" not "Software". It's confusing.
Reporter | ||
Comment 1•19 years ago
|
||
And what's this "Downloading Software"?
* downloadpermissionstitle = "Allowed Sites - Downloading Software"
Updated•19 years ago
|
Summary: Change "Software Installation" to "Addons Installation" → Change "Software Installation" to "Add-ons Installation"
Assignee | ||
Comment 2•19 years ago
|
||
This patch also gets rid of downloadpermissionstext and downloadpermissionstitle which are no longer used.
Attachment #231545 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•19 years ago
|
Updated•19 years ago
|
Flags: blocking-firefox2?
Updated•19 years ago
|
Assignee: nobody → beltzner
Updated•19 years ago
|
Status: NEW → ASSIGNED
Comment 3•19 years ago
|
||
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+
Comment 4•19 years ago
|
||
Removing those is fine for me, given Gavin's rationale.
Assignee | ||
Updated•19 years ago
|
Whiteboard: [checkin needed]
Comment 5•19 years ago
|
||
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+
Comment 6•19 years ago
|
||
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]
Comment 7•19 years ago
|
||
addonspermissionstitle should have been "Allowed Sites - Add-ons Installation" :/
Comment 8•19 years ago
|
||
I'll get a patch for this in a bit. No need for blocking.
Flags: blocking-firefox2?
Comment 9•19 years ago
|
||
Add the word "Installation" after "Add-ons".
Attachment #232093 -
Flags: review?(robert.bugzilla)
Comment 10•19 years ago
|
||
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 11•19 years ago
|
||
Comment on attachment 232094 [details] [diff] [review]
congruency is bad - v2
Thanks for the patch
Attachment #232094 -
Flags: review?(robert.bugzilla) → review+
Comment 12•19 years ago
|
||
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 13•19 years ago
|
||
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?
Comment 14•19 years ago
|
||
Try this one more time.
Attachment #232094 -
Attachment is obsolete: true
Attachment #232098 -
Flags: review?(robert.bugzilla)
![]() |
||
Comment 15•19 years ago
|
||
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 16•19 years ago
|
||
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 17•19 years ago
|
||
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+
Updated•19 years ago
|
Whiteboard: [checkin needed] [checkin needed (1.8 branch)]
Comment 18•19 years ago
|
||
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 ago → 19 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.
Description
•