Closed
Bug 871938
Opened 12 years ago
Closed 12 years ago
Crash reporter strings should use a variable for vendor instead of hardcoding 'Mozilla'
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: aryx, Assigned: stully)
Details
(Whiteboard: [mentor=kats][lang=xml])
Attachments
(1 file)
android_strings.dtd:
<!ENTITY crash_send_report_message2 "Tell Mozilla about this crash so they can fix it">
<!ENTITY crash_allow_contact "Allow Mozilla to contact me about this report">
'Mozilla' should be a variable (like in toolkit) instead of hardcoding it.
Comment 1•12 years ago
|
||
This should be as simple as replacing "Mozilla" with "&vendorShortName;" in those two strings in mobile/android/base/locales/en-US/android_strings.dtd, and possibly renaming the entities so they get picked up for localization.
Whiteboard: [mentor=kats][lang=xml]
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → stully
Assignee | ||
Comment 2•12 years ago
|
||
Replaced "Mozilla" with &vendorShortName; as described in comments and renamed entity names.
Attachment #753531 -
Flags: review?(bugmail.mozilla)
Updated•12 years ago
|
Attachment #753531 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Keywords: checkin-needed
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 24
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•