Closed
Bug 602535
Opened 15 years ago
Closed 15 years ago
in download manager, change "Remove" button to "Delete" button
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: madhava, Assigned: wesj)
Details
Attachments
(1 file, 1 obsolete file)
|
4.86 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We should change the button label in the download manager from "Remove" to "Delete." Delete is more consistently associated with what the button actually does here (deletes the file from the filesystem); "Remove" is a holdover from the desktop product, where the button just removes the line from the download manager.
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus?
| Assignee | ||
Comment 1•15 years ago
|
||
This changes the text and also adds a "Delete" prompt that we have talked about on IRC.
Attachment #481555 -
Flags: review?(mark.finkle)
Comment 2•15 years ago
|
||
Comment on attachment 481555 [details] [diff] [review]
Change text, add prompt
>+downloadsDeleteTitle=Delete File
>+downloadsDeleteMessage=Are you sure you want to delete %S?
>+downloadsDeleteButtonTitle=Delete
Looks good, but I am not sure about the strings for the confirmation dialog. It just seems too "wordy"
Do we need a title and a long message? Could we just use the filename as the message:
Delete File
-----------------
filename
[Delete] [Cancel]
Madhava?
| Reporter | ||
Comment 3•15 years ago
|
||
Let's mimic the Android convention that uses "OK" and "Cancel" rather than other verbs for the action button.
so:
Delete File
filename
[OK] [Cancel]
Comment 4•15 years ago
|
||
Sounds good. Wes, I think you can simplify the prompt code if we use standard OK/Cancel
| Assignee | ||
Comment 5•15 years ago
|
||
Fixes
Attachment #481555 -
Attachment is obsolete: true
Attachment #481858 -
Flags: review?(mark.finkle)
Attachment #481555 -
Flags: review?(mark.finkle)
Updated•15 years ago
|
Attachment #481858 -
Flags: review?(mark.finkle) → review+
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Assignee: nobody → wjohnston
Comment 7•15 years ago
|
||
verified FIXED on builds:
Mozilla/5.0 (Maemo; Linux armv71; rv:2.0b8pre) Gecko/20101011 Namoroka/4.0b8pre Fennec/4.0b2pre
and
Mozilla/5.0 (Android; Linux armv71; rv:2.0b8pre) Gecko/20101011 Namoroka/4.0b8pre Fennec/4.0b2pre
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Flags: in-litmus? → in-litmus?(ayanshah62)
Comment 8•15 years ago
|
||
Litmus test case - https://litmus.mozilla.org/show_test.cgi?id=12268
Flags: in-litmus?(ayanshah62) → in-litmus+
You need to log in
before you can comment on or make changes to this bug.
Description
•