Closed
Bug 260861
Opened 21 years ago
Closed 19 years ago
Thunderbird Extensions manager: "Install" should be "Install..." (an ellipsis is missing)
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzillamozilla, Assigned: robert.strong.bugs)
References
Details
(4 keywords)
Attachments
(1 file, 1 obsolete file)
2.71 KB,
patch
|
moco
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
This button opens the file dialog to browse for XPI files. Browse buttons should
always have an ellipsis.
Tested with today's trunk (version 0.8/20040921))
Prog.
Comment 1•21 years ago
|
||
Same for the button on the Themes manager.
The Tools|Extensions and Tools|Themes menu items should be "Extensions..." and
"Themes..." as well.
Severity: normal → trivial
Component: General → Mail Window Front End
Comment 2•19 years ago
|
||
The extension manager have been redesigned in bug 329045, the only issue now should be the Install button.
Comment 3•19 years ago
|
||
Attachment #223443 -
Flags: review?
Updated•19 years ago
|
Attachment #223443 -
Flags: review? → review?(robert.bugzilla)
![]() |
Assignee | |
Comment 4•19 years ago
|
||
Comment on attachment 223443 [details] [diff] [review]
proposed fix
>Index: toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd
>===================================================================
>RCS file: /cvsroot/mozilla/toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd,v
>retrieving revision 1.13
>diff -u -r1.13 extensions.dtd
>--- toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd 27 Apr 2006 03:04:32 -0000 1.13
>+++ toolkit/locales/en-US/chrome/mozapps/extensions/extensions.dtd 26 May 2006 15:47:01 -0000
>@@ -21,7 +21,7 @@
> <!ENTITY cmd.checkUpdatesAll.accesskey "F">
> <!ENTITY cmd.checkUpdatesAllAddon.tooltip "Finds Updates to your Add-ons">
> <!ENTITY cmd.checkUpdatesAllTheme.tooltip "Finds Updates to your Themes">
>-<!ENTITY cmd.installFile.label "Install">
>+<!ENTITY cmd.installFile.label "Install...">
> <!ENTITY cmd.installFile.accesskey "I">
> <!ENTITY cmd.installFileAddon.tooltip "Install an Add-on">
> <!ENTITY cmd.installFileTheme.tooltip "Install a Theme">
The name used also needs to be changed so localizers can find the change. You can either change it in this bug or wait for bug 308916 to fix this.
Attachment #223443 -
Flags: review?(robert.bugzilla) → review-
Comment 5•19 years ago
|
||
(In reply to comment #4)
> The name used also needs to be changed so localizers can find the change. You
> can either change it in this bug or wait for bug 308916 to fix this.
Robert: the name did not exist in 1.5 versions... (changed/added since then) Still any reason to change it?
![]() |
Assignee | |
Comment 6•19 years ago
|
||
Yes, this way localizers that have localized it already will see the change.
![]() |
Assignee | |
Comment 7•19 years ago
|
||
beltzner, besides this button which displays the file selection dialog and does not have a ... after the text Install there is also the Add-ons and Downloads menu items that don't have a ... after them. What do you think?
Comment 8•19 years ago
|
||
"..." is appended to commands that present dialogs to get more input required to complete the task. So it makes sense for "Install" to have one, since it requires the user to specify the XPI file to install.
The Add-ons and Downloads menu items aren't commands, they're names of tools which the user can launch from the Tools menu. (Technically speaking, these should be in a "Window" menu or something, since really what the command is doing is "Show Add-ons Manager" and "Show Downloads Manager")
![]() |
Assignee | |
Comment 9•19 years ago
|
||
Ok... I just find Organize Bookmarks... and Options... as not too dissimilar to Downloads and Add-ons Manager.
Comment 10•19 years ago
|
||
(In reply to comment #8)
> The Add-ons and Downloads menu items aren't commands, they're names of tools
> which the user can launch from the Tools menu. (Technically speaking, these
> should be in a "Window" menu or something, since really what the command is
> doing is "Show Add-ons Manager" and "Show Downloads Manager")
OK; but then for consistency, "Message Filters" shouldn't have an ellipsis either, as the window it opens is also a top-level, standalone, non-blocking window.
![]() |
Assignee | |
Comment 11•19 years ago
|
||
Benjamin, just a simple string fix
Assignee: mscott → robert.bugzilla
Attachment #223443 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #227209 -
Flags: review?(benjamin)
![]() |
Assignee | |
Updated•19 years ago
|
Attachment #227209 -
Flags: review?(benjamin) → review?(sspitzer)
Comment 12•19 years ago
|
||
Comment on attachment 227209 [details] [diff] [review]
patch
r=sspitzer
Attachment #227209 -
Flags: review?(sspitzer) → review+
![]() |
Assignee | |
Comment 13•19 years ago
|
||
Checked in to trunk
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Comment 14•19 years ago
|
||
Comment on attachment 227209 [details] [diff] [review]
patch
Requesting 1.8.1 for this simple string fix
Attachment #227209 -
Flags: approval1.8.1?
Updated•19 years ago
|
Attachment #227209 -
Flags: approval1.8.1? → approval1.8.1+
![]() |
Assignee | |
Updated•19 years ago
|
Keywords: fixed1.8.1
![]() |
Assignee | |
Comment 15•19 years ago
|
||
checked in to MOZILLA_1_8_BRANCH
Comment 16•18 years ago
|
||
verified fixed 1.8.1.3 using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 Mnenhy/0.7.5.0 ID:2007032620
Keywords: verified1.8.1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•