Closed
Bug 354045
Opened 18 years ago
Closed 18 years ago
Improve 'Browse...' string for Options-Downloads section in FF 2.0 Help
Categories
(Firefox Graveyard :: Help Documentation, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 2
People
(Reporter: Tonnes, Assigned: Tonnes)
Details
(Keywords: verified1.8.1)
Attachments
(1 file, 2 obsolete files)
1.72 KB,
patch
|
jwalden+fxhelp
:
review+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8.1) Gecko/20060923 BonEcho/2.0
Build Identifier:
Makes 'Browse...' appear in italic and changes it to 'Choose...' for mac.
This also reverts 2 occurrences of &pref.singular; in the Startup section that were erroneously introduced by bug 341899.
Reproducible: Always
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #239905 -
Flags: approval1.8.1?
Comment 2•18 years ago
|
||
Comment on attachment 239905 [details] [diff] [review]
The fix
>Index: browser/locales/en-US/chrome/help/prefs.xhtml
> the textbox immediately below), which corresponds to the <em>Show my home
>- page</em> &pref.singular;. Alternately, you can choose to display a blank page on
>+ page</em> option. Alternately, you can choose to display a blank page on
> startup (perhaps to eliminate the time required to load that page from the
>- Internet) by selecting the <em>Show a blank page</em> &pref.singular;.</p>
>+ Internet) by selecting the <em>Show a blank page</em> option.</p>
Aside from this already being this way on trunk, why is this change necessary? There are some cases where using "option" instead of the platform-specific term is correct, but I don't believe this is one. Please convince me (or anyone else, for that matter). :-)
The second change looks good to me, although I'd make one <em/> enclose the two <span/>s instead of having each enclose its own <em/>. Could you post a patch doing just that? r=me on that patch (since your approval request is almost certainly going to be denied without an r+)
Attachment #239905 -
Flags: approval1.8.1?
Updated•18 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•18 years ago
|
||
(In reply to comment #2)
> Please convince me (or anyone else, for that matter). :-)
The "or anyone else" corresponds to the implied "you" in this sentence, since it's not at all clear when I actually reread it. ;-)
Assignee | ||
Comment 4•18 years ago
|
||
(In reply to comment #2)
> Aside from this already being this way on trunk, why is this change necessary?
> There are some cases where using "option" instead of the platform-specific term
> is correct, but I don't believe this is one. Please convince me (or anyone
> else, for that matter). :-)
Until recently, all 3 paragraphs referred to 3 'options' (for the start page preference) that can be chosen from when starting the application. While reporting my last nits to sheppy, one of which being the pref.singular change in accessibility.xhtml, I/we suddenly felt there could me more occurrences and started to hunt them down. As became clear, this hunt was an overactive one, resulting in a few occurrences being reverted, 1 of these in prefs.xhtml included, but these 2 were left in.
I've contacted sheppy about this and he did not really felt the need to change this and post a new patch for it (attachment 239044 [details] [diff] [review] had been checked in at that time) because it would not really make a difference. Though this would be true for Windows, it would not for other platforms. Then it turned out preferences or options would not make a real difference in its meaning in this case for en-US, but that could be different for other locales, as it would for ours. After all he agreed to take this in in a future change if the tree was open again.
In short: as my other edit occurs in the same file, I just took it along. And after all, technically there's no point in calling 2 of those 3 cases a preference, which I believe refers to a choice, not a setting, or we might call all (these 3 and other) options preferences. ;)
Do you still need separate patches? :)
Assignee | ||
Comment 5•18 years ago
|
||
As requested.
Attachment #239905 -
Attachment is obsolete: true
Attachment #239927 -
Flags: review?(jwalden+fxhelp)
Attachment #239927 -
Flags: approval1.8.1?
Comment 6•18 years ago
|
||
Comment on attachment 239927 [details] [diff] [review]
Browse string only
I clearly should have been looking at the source code more when I wrote this to notice this platform-specific problem.
Attachment #239927 -
Flags: review?(jwalden+fxhelp) → review+
Comment 7•18 years ago
|
||
(In reply to comment #4)
> Then it turned out preferences or options would not make a real difference in
> its meaning in this case for en-US, but that could be different for other
> locales, as it would for ours.
Maybe I'm just naive, but I've been expecting localizers to use their best judgement and adjust wording and other such things as necessary for their specific languages and regions. This would be one such place where I'd expect localizers to deviate from en-US as they deem necessary.
> And after all, technically there's no point in calling 2 of those 3 cases a
> preference, which I believe refers to a choice, not a setting, or we might
> call all (these 3 and other) options preferences. ;)
AH!
I missed that this was the case; yes, consistency is a worthwhile goal, and the third case seems to work better with "option" than possibly with "preference" (either that or I've just been trying to come up with reasons to justify the patch for too long ;-) ). Consider this an r=me on a patch consisting of this change and the Choose.. change as implemented in the second patch. :-)
Assignee: nobody → tonnes.mb
Assignee | ||
Comment 8•18 years ago
|
||
Attachment #239927 -
Attachment is obsolete: true
Attachment #239980 -
Flags: review?(jwalden+fxhelp)
Attachment #239980 -
Flags: approval1.8.1?
Attachment #239927 -
Flags: approval1.8.1?
Updated•18 years ago
|
Status: NEW → ASSIGNED
OS: Other → All
Hardware: PC → All
Target Milestone: --- → Firefox 2
Version: unspecified → 2.0 Branch
Updated•18 years ago
|
Attachment #239980 -
Flags: review?(jwalden+fxhelp) → review+
Comment 9•18 years ago
|
||
Comment on attachment 239980 [details] [diff] [review]
Complete fix
Approved Help Change for RC2.
Attachment #239980 -
Flags: approval1.8.1? → approval1.8.1+
Updated•18 years ago
|
Whiteboard: [checkin needed (1.8 branch)]
Comment 10•18 years ago
|
||
Fixed on branch, leaving open until I determine what needs to also go in on trunk and commit said changes...
Keywords: fixed1.8.1
Whiteboard: [checkin needed (1.8 branch)]
Comment 11•18 years ago
|
||
Trunk changes (the second hunk of the patch) committed. Thanks for the filing the bug, writing the patch, and putting up with my questions, Ton!
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 12•18 years ago
|
||
"Browse..." is italicized in "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061003 BonEcho/2.0".
=> VERIFIED FIXED
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
Keywords: fixed1.8.1 → verified1.8.1
Comment 13•18 years ago
|
||
verified with Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20060928 BonEcho/2.0
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
•