Closed
Bug 439133
Opened 16 years ago
Closed 16 years ago
"Show Image" is poorly labeled, can be confused with "View Image"
Categories
(Firefox :: Menus, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3.1b2
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: ue, verified1.9.1)
Attachments
(1 file, 1 obsolete file)
4.44 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
The difference between "show" and "view" seems extremely subtle, if there's a significant difference at all. I guess the words could actually be swapped and nobody would care. I think we should either call the former "reload" or have only "view" and make it behave like "reload" if an image isn't successfully loaded.
The current strings are even worse in localized builds where "show" and "view" translate to the same word literally. Random examples:
de-DE
234 <!ENTITY showImageCmd.label "Grafik anzeigen">
235 <!ENTITY showImageCmd.accesskey "G">
236 <!ENTITY viewImageCmd.label "Grafik anzeigen">
237 <!ENTITY viewImageCmd.accesskey "i">
ga-IE:
234 <!ENTITY showImageCmd.label "Taispeáin Íomhá">
235 <!ENTITY showImageCmd.accesskey "T">
236 <!ENTITY viewImageCmd.label "Taispeáin Íomhá">
237 <!ENTITY viewImageCmd.accesskey "T">
The French team was smart enough to take "show" as "load":
234 <!ENTITY showImageCmd.label "Charger l'image">
235 <!ENTITY showImageCmd.accesskey "m">
236 <!ENTITY viewImageCmd.label "Afficher l'image">
237 <!ENTITY viewImageCmd.accesskey "h">
Flags: blocking-firefox3.1?
Assignee | ||
Updated•16 years ago
|
Version: Trunk → 3.0 Branch
Comment 1•16 years ago
|
||
(In reply to comment #1)
> The French team was smart enough to take "show" as "load":
> 234 <!ENTITY showImageCmd.label "Charger l'image">
> 235 <!ENTITY showImageCmd.accesskey "m">
> 236 <!ENTITY viewImageCmd.label "Afficher l'image">
> 237 <!ENTITY viewImageCmd.accesskey "h">
Thanks :)
In fact this can only be noticed when an image is blocked and one makes a right click on it. That's the way we found this "oddity". Maybe this can be added in l10n litmus tests?
My two cents
Comment 2•16 years ago
|
||
I filed separate bugs for the affected localizations.
Assignee | ||
Updated•16 years ago
|
Assignee | ||
Comment 3•16 years ago
|
||
SeaMonkey already calls it "Reload Image", btw.
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> Created an attachment (id=325787) [details]
> "Show Image" -> "Reload Image"
>
> SeaMonkey already calls it "Reload Image", btw.
But note that SeaMonkey shows the menu item for all loaded images, we only show it for partially loaded images.
Comment 5•16 years ago
|
||
An alternative solution would be to fix bug 417545 and to drop "View image" entirely
Comment 6•16 years ago
|
||
Comment on attachment 325787 [details] [diff] [review]
"Show Image" -> "Reload Image"
Dao asked me to give this a quick review. I think the term "Reload" matches the behavior and our existing terminology better than the previous term "Show." Beltzner: if you disagree by all means change the ui-review, (and sorry for jumping in and taking the review).
Attachment #325787 -
Flags: ui-review?(beltzner) → ui-review+
Assignee | ||
Comment 7•16 years ago
|
||
Attachment #325787 -
Attachment is obsolete: true
Attachment #344856 -
Flags: review?(mano)
Comment 8•16 years ago
|
||
Comment on attachment 344856 [details] [diff] [review]
updated to trunk
r=mano
Attachment #344856 -
Flags: review?(mano) → review+
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 9•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1b2
Comment 10•16 years ago
|
||
If one was inclined to add tests for this, browser/base/content/test/test_contextmenu.html provides most of the framework for doing so. (You'd probably have to add a bit to make some element display this context menu.)
Updated•16 years ago
|
Flags: blocking-firefox3.1? → blocking-firefox3.1+
Updated•16 years ago
|
Keywords: fixed1.9.1
Comment 11•16 years ago
|
||
verified FIXED on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090331 Shiretoko/3.5b4pre ID:20090331041754
and on trunk build: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2a1pre) Gecko/20090331 Minefield/3.6a1pre ID:20090331044608
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
Updated•16 years ago
|
Flags: in-testsuite?
Assignee | ||
Updated•16 years ago
|
Flags: in-testsuite? → in-testsuite-
You need to log in
before you can comment on or make changes to this bug.
Description
•