Closed Bug 488136 Opened 15 years ago Closed 15 years ago

Update "Get Firefox 3" to "Get Firefox 3.5" in product-details lib

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: sgarrity, Assigned: clouserw)

Details

It looks like the only reference to the major version number of Firefox in the product-details library is on line #357 of firefoxDetails.class.php:

 $options['download_title'] = array_key_exists('download_title', $options) ? $options['download_title'] : ___('Get Firefox 3');

Can you either update this (in trunk only, for now) to "Get Firefox 3.5", or should we re-work this so there are no version number references in product-details?
It should be reworked but I don't have time right now.  It's 3.5 in r24370.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
??? won't this break the current 3.0 website when we do our next release?
Yep, didn't see the release was next week.  I've rolled it back.  Next easiest way to do this is to add this to the bottom of /en-US/includes/l10n/main.lang:

;Get Firefox 3
Get Firefox 3.5
(In reply to comment #3)
> Yep, didn't see the release was next week.  I've rolled it back.  Next easiest
> way to do this is to add this to the bottom of /en-US/includes/l10n/main.lang:

I've done this in trunk in r24397, we'll just have to be sure it doesn't get pushed to stage/production.
Verified FIXED.
Status: RESOLVED → VERIFIED
Component: www.mozilla.org/firefox → www.mozilla.org
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.