Closed Bug 262789 Opened 20 years ago Closed 17 years ago

Final step of installer says "Click Next to continue" rather than "Click Install to continue"

Categories

(Firefox :: Installer, defect)

x86
Linux
defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 252273

People

(Reporter: vittal.tech, Unassigned)

References

Details

Attachments

(1 file)

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

Doing either a standard or custom install, the final step shows the phrase
"Click Next to continue.". However, the actual button label is "Install".

Reproducible: Always
Steps to Reproduce:

*** This bug has been marked as a duplicate of 252273 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Oops, not a dup.  Misread the bug.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
l10n impact I assume
*** Bug 263065 has been marked as a duplicate of this bug. ***
*** Bug 268584 has been marked as a duplicate of this bug. ***
Indeed this is bug describes the same problem as my bug report (bug #268584) 
does. However, my bug report also mentions that this problem shows up in 2 
screens. See the screen shots attached to bug #268584. 
*** Bug 267671 has been marked as a duplicate of this bug. ***
*** Bug 284498 has been marked as a duplicate of this bug. ***
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee: bugs → nobody
QA Contact: bugzilla → installer
One line fix? It appears that this problem can be solved with the change of just one string. I'm a complete hacking notice and I had to learn even how to use CVS to figure this out. Please go easy on me if I'm wrong. I'll have to let somebody else actually create a patch if I'm right because I'm still learning the bugzilla ropes.

/mozilla/mozilla/browser/locales/en-US/installer/installer.inc

contains

#define START_MESSAGE0 Click Next to continue.

which should be changed to 

#define START_MESSAGE0 Click Install to continue.

This string variable is used in
mozilla/mozilla/browser/installer/unix/config.it
mozilla/mozilla/browser/installer/windows/config.it
mozilla/mozilla/browser/installer/windows/install.it

I also looked over
/mozilla/mozilla/toolkit/mozapps/installer/unix/wizard/nsInstallDlg.cpp
/mozilla/mozilla/toolkit/mozapps/installer/unix/wizard/nsXIContext.cpp
/mozilla/mozilla/toolkit/locales/en-US/installer/unix/install.it

because they seem to generate the revelent dialog (the one in the screenshot). It appears that, just changing the START_MESSAGE0 string would resolve this bug and doesn't conflict with anything else. Because of this bug's extremely high visability I think is more than just trivial and should be fixed.




This was fixed by the checkin of bug 396870 which also fixed bug 252273. Resolving duplicate.
Status: NEW → RESOLVED
Closed: 20 years ago17 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: