Closed
Bug 294368
Opened 20 years ago
Closed 20 years ago
Wrong tense used in sentence in delete components / products
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: omgs, Assigned: timello)
References
()
Details
Attachments
(1 file, 3 obsolete files)
|
1.79 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050511 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.7.8) Gecko/20050511 In the URL specified, in line 150 (in 2.19.3 it's line 133), it uses a past tense in the sentence "You could not even see the ...", where it should be a future tense. I've been suggested "Additionally, you will no longer be able to see the [% terms.bug %] history for this component" Reproducible: Always
Comment 1•20 years ago
|
||
Tiago, wanna do some pretty trivial stuff meanwhile? :-)
Assignee: myk → tiago
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Wrong tense used in sentence → Wrong tense used in sentence in delete components
| Assignee | ||
Comment 2•20 years ago
|
||
Attachment #183754 -
Flags: review?(kiko)
Comment 3•20 years ago
|
||
Comment on attachment 183754 [details] [diff] [review] v1: simple change in the confirm-delete.html.tpl No exclamation point please. With that, r=kiko
Attachment #183754 -
Flags: review?(kiko) → review+
Updated•20 years ago
|
Status: NEW → ASSIGNED
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
Target Milestone: --- → Bugzilla 2.20
| Reporter | ||
Comment 4•20 years ago
|
||
I've just found out that this is in admin/milestones/confirm-delete.html.tmpl, too. I don't think a new bug is necessary, since it's exactly the same sentence appearing twice (I hope there are no more ocurrences)
Comment 5•20 years ago
|
||
sounds reasonable to me. you can fix them both and consider the a+ inherited.
| Assignee | ||
Comment 6•20 years ago
|
||
Attachment #183754 -
Attachment is obsolete: true
Attachment #183768 -
Flags: review?
Comment 7•20 years ago
|
||
Comment on attachment 183768 [details] [diff] [review] v2: adding the msg into admin/milestone/confirm-delete.html.tmpl >--- template/en/default/admin/milestones/confirm-delete.html.tmpl 6 Apr 2005 00:19:55 -0000 1.2 >+++ template/en/default/admin/milestones/confirm-delete.html.tmpl 16 May 2005 22:16:28 -0000 >@@ -80,7 +80,8 @@ > [% END %] > entered for this milestone! When you delete this milestone, > <b><blink>ALL</blink></b> stored [% terms.bugs %] will be reassigned to >- the default milestone of this product. >+ the default milestone of this product. Additionally, you will no longer be >+ able to see the [% terms.bug %] history for this milestone. > </td></tr> > </table> > First, there is no need to add that the bug history will be removed as it's not true. Second, you should fix that sentence in editproducts.cgi too.
Attachment #183768 -
Flags: review? → review-
| Reporter | ||
Comment 8•20 years ago
|
||
In comment 4, I only took a look at 2.19.1, but this had been corrected in a later version, so it doesn't apply and the very first ocurrence seems to be the only target to be fixed.
| Assignee | ||
Comment 9•20 years ago
|
||
Attachment #183768 -
Attachment is obsolete: true
Attachment #183770 -
Flags: review?(LpSolit)
Comment 10•20 years ago
|
||
Why am I still seeing the exclamation marks -- Tiago, are you reading the comments here?
| Assignee | ||
Comment 11•20 years ago
|
||
Attachment #183770 -
Attachment is obsolete: true
Attachment #183773 -
Flags: review?
Comment 12•20 years ago
|
||
Comment on attachment 183773 [details] [diff] [review] v4: changing the msg r=LpSolit
Attachment #183773 -
Flags: review? → review+
Updated•20 years ago
|
Attachment #183770 -
Flags: review?(LpSolit)
Updated•20 years ago
|
Severity: normal → trivial
OS: Linux → All
Hardware: PC → All
Version: unspecified → 2.18
Comment 13•20 years ago
|
||
Checking in editproducts.cgi; /cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi new revision: 1.83; previous revision: 1.82 done Checking in template/en/default/admin/components/confirm-delete.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/components/confirm-delete.html.tmpl,v <-- confirm-delete.html.tmpl new revision: 1.2; previous revision: 1.1 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Summary: Wrong tense used in sentence in delete components → Wrong tense used in sentence in delete components / products
Version: 2.18 → 2.19.3
You need to log in
before you can comment on or make changes to this bug.
Description
•