Closed
Bug 559500
Opened 15 years ago
Closed 13 years ago
On about:support, "Open Containing Folder" is misleading
Categories
(Toolkit :: General, defect)
Tracking
()
VERIFIED
FIXED
mozilla12
People
(Reporter: jruderman, Assigned: aceman)
References
(Blocks 1 open bug)
Details
(Keywords: polish, uiwanted)
Attachments
(2 files, 2 obsolete files)
1.21 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
2.58 KB,
patch
|
aceman
:
review+
|
Details | Diff | Splinter Review |
On Windows, about:support contains
Profile Directory [[Open Containing Folder]]
This button doesn't open the folder that *contains* the profile; it's opening the profile folder itself. So "Open Folder" would be more accurate.
On Mac, it's "Show in Finder", so I support "Show in Windows Explorer" could work as well.
If this is just string change, I could do it.
But I am not sure about this. What is the difference between "Profile" and "Profile folder"? It seems for normal users it is the same. Are you arguing that "containing folder" is actually the ".../profiles/" parent folder? I am not sure.
Assignee: nobody → acelists
Keywords: uiwanted
Assignee: acelists → nobody
Product: Firefox → Toolkit
QA Contact: general → general
Attachment #582710 -
Flags: review?(benjamin)
Updated•13 years ago
|
Attachment #582710 -
Flags: review?(benjamin) → review?(gavin.sharp)
Comment 3•13 years ago
|
||
Comment on attachment 582710 [details] [diff] [review]
fix
I'd go with just "Explorer" rather than "Windows Explorer".
You'll need to update the reference to "aboutSupport.show.label" in the L10N notes as well.
Attachment #582710 -
Flags: review?(gavin.sharp) → review-
Comment 4•13 years ago
|
||
I know OS X uses "Show In Finder" in various places in its own UI (eg, right-click any icon in the Dock, under Options). But I'm not sure if Windows (or Windows apps) commonly use that kind of phrasing... Ask UX? "Open Folder" would also remove any unfortunate confusion from their browser also being called, in part, "Explorer".
Yes, I put uiwanted in the keywords:)
I implemented the original proposal, on top of it I fixed Folder to Directory on Unix to match wording per bug 559500.
I have no problem dropping Explorer and leaving "Open Folder" on Win.
Attachment #582710 -
Attachment is obsolete: true
Attachment #584061 -
Flags: review?(gavin.sharp)
Comment 7•13 years ago
|
||
Comment on attachment 584061 [details] [diff] [review]
v2
Thanks aceman, sorry for the review delay.
Attachment #584061 -
Flags: review?(gavin.sharp) → review+
Updated•13 years ago
|
Keywords: checkin-needed
I think this will break Thunderbird about:support so do not checkin yet. I'll prepare the corresponding patch.
Keywords: checkin-needed
Attachment #586413 -
Flags: review?(mbanner)
Assignee | ||
Comment 10•13 years ago
|
||
Carrying over review=gavin.sharp .
Attachment #584061 -
Attachment is obsolete: true
Attachment #588136 -
Flags: review+
Updated•13 years ago
|
Attachment #586413 -
Flags: review?(mbanner) → review+
Keywords: checkin-needed
Whiteboard: [must checkin both patches simultenously]
Comment 11•13 years ago
|
||
Checked both patches in:
https://hg.mozilla.org/mozilla-central/rev/04d19214f561
http://hg.mozilla.org/comm-central/rev/c319515fbc60
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Whiteboard: [must checkin both patches simultenously]
Target Milestone: --- → mozilla12
Comment 12•10 years ago
|
||
>> -<!ENTITY aboutSupport.show.label "Open Containing Folder">
>> +<!ENTITY aboutSupport.showDir.label "Open Directory">
>>
>> <!ENTITY aboutSupport.showMac.label "Show in Finder">
>> +<!-- LOCALIZATION NOTE (aboutSupport.showWin.label): This is the Windows-specific
>> +variant of aboutSupport.showDir.label. -->
>> +<!ENTITY aboutSupport.showWin.label "Show Folder">
Why was "Show Folder" chosen for Windows instead of "Open Folder" as suggested and mentioned above by 2?
"Show Folder" for Windows is the exception now and implies showing the folder (name) instead of its contents, as it was before this bug when it said "Open containing folder" for both Windows and Linux. "Show folder" is basically similar to "Open containing folder", which is what the bug was trying to avoid. Hence only "Open folder" (or "Show _in_ folder" / "Show folder content", both not preferred) would be accurate.
Comment 13•10 years ago
|
||
Any opinions? New bug required?
Reporter | ||
Comment 14•10 years ago
|
||
Ton, I don't have an opinion, but I do recommend filing a new bug. ("Clone" is the fastest way.)
You need to log in
before you can comment on or make changes to this bug.
Description
•