Closed Bug 1233524 Opened 10 years ago Closed 10 years ago

The Create Profile Wizard says "Click Done ..." when the button is called "Finish" and "Click Finish ..." when the button is called "Done"

Categories

(Toolkit :: Startup and Profile System, defect)

defect
Not set
trivial

Tracking

()

RESOLVED FIXED
mozilla46
Tracking Status
firefox46 --- fixed

People

(Reporter: philip.chee, Assigned: philip.chee)

References

Details

Attachments

(1 file)

STR: 1. Go to about:profiles 2. Click on "Create a New Profile" 3. Click on [Next] > -#ifndef XP_MACOSX This is a if*n*def > - finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishText"); > -#else > - finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishTextMac"); > -#endif > + if (AppConstants.platform == "macosx") { This should be: if (AppConstants.platform != "macosx")
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Attachment #8700324 - Flags: review?(jmathies)
Attachment #8700324 - Flags: review?(jmathies) → review+
Note: for future patches, please make your commit message describe the change, instead of simply quoting the bug title: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Committing_Rules_and_Responsibilities#Checkin_comment
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: