Closed
Bug 257274
Opened 21 years ago
Closed 21 years ago
Minor errors in forieusers.xhtml, using_firebird.xhtml
Categories
(Firefox Graveyard :: Help Documentation, defect)
Firefox Graveyard
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox1.0beta
People
(Reporter: unghost, Assigned: bugzilla)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file, 1 obsolete file)
2.33 KB,
patch
|
rjkeller
:
review+
asa
:
approval-aviary+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.2) Gecko/20040823 Firefox/0.9.1+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.2) Gecko/20040823 Firefox/0.9.1+
In forieusers.xhtml:
http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/forieusers.xhtml#25
"About Your IE Settings"
http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/forieusers.xhtml#73
"About Your IE Favorites and Settings"
In menu_reference.xhtml:
http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/menu_reference.xhtml#312
"<h3 id="about_mozilla_firebird">About &brandFullName;</h3>"
It should be "About &brandshortName;"
In popup.xhtml:
http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/popup.xhtml#43
"icon <img src="chrome://browser/skin/Popup-blocked.png" width="16" height="16"
alt=""/>"
Should it be removed?
In using_firebird.xhtml:
http://lxr.mozilla.org/aviarybranch/source/browser/components/help/locale/en-US/using_firebird.xhtml#97
"<img src="http://mozilla.org/projects/firefox/help/1.0rc1/firefox-toolbar.jpg"
It should be firefox-toolbar.png, cause firefox-toolbar.jpg doesn't exist.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee: rlk → sean.umphlet
Status: UNCONFIRMED → ASSIGNED
Updated•21 years ago
|
Attachment #157291 -
Flags: review?(firefox)
Updated•21 years ago
|
Summary: Minor errors in forieusers.xhtml menu_reference.xhtml popup.xhtml using_firebird.xhtml → Minor errors in forieusers.xhtml menu_reference.xhtml popup.xhtml using_firebird.xhtml
Assignee | ||
Updated•21 years ago
|
Attachment #157291 -
Flags: review?(firefox) → review?(rlk)
Comment 2•21 years ago
|
||
Comment on attachment 157291 [details] [diff] [review]
Patch makes changes noted above
> @@ -40,7 +40,7 @@
> to prevent popups from appearing in &brandShortName;.</p>
>
> <p>When blocking a popup, &brandShortName; displays an
> -icon <img src="chrome://browser/skin/Popup-blocked.png" width="16" height="16" alt=""/> in the
> +icon in the
> status bar. You can use this icon to add a web site you're viewing to an exceptions
> list so that the site is allowed to display popups.</p>
>
hmm. maybe we should restore the site pic instead.
Attachment #157291 -
Flags: review?(rlk) → review-
Assignee | ||
Comment 3•21 years ago
|
||
That sounds like a good idea... updated the patch accordingly
Attachment #157291 -
Attachment is obsolete: true
Assignee | ||
Updated•21 years ago
|
Attachment #157368 -
Flags: review?(rlk)
Comment 4•21 years ago
|
||
Attachment #157368 -
Flags: review?(rlk) → review+
Updated•21 years ago
|
Attachment #157368 -
Flags: approval-aviary?
Comment 5•21 years ago
|
||
This isn't a backend change, so we don't need approval-aviary here as far as I
know (correct me if I'm wrong).
Sometime in the next very few days I should have cvs commit access (just waiting
on some foundation ssh-fu related to my public key), so I'll check it in at that
point.
OS: Windows XP → All
Hardware: PC → All
Comment 6•21 years ago
|
||
Comment on attachment 157368 [details] [diff] [review]
Updated patch
a=asa for aviary checkin
Attachment #157368 -
Flags: approval-aviary? → approval-aviary+
Comment 7•21 years ago
|
||
Fixed branch and trunk, albeit without the change to menu_reference.xhtml.
Making that change would mean that Help would say there's a menu item Help>About
Firefox, when the item is really Help>About Mozilla Firefox. It's sort of an
oddity in that &brandFullName; is used outside of the beginning of a file and in
a place that's not particularly visible, but it's the correct usage.
Blocks: 253104
Severity: normal → trivial
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Summary: Minor errors in forieusers.xhtml menu_reference.xhtml popup.xhtml using_firebird.xhtml → Minor errors in forieusers.xhtml, using_firebird.xhtml
Target Milestone: --- → Firefox1.0beta
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•