Closed
Bug 238667
Opened 22 years ago
Closed 21 years ago
"in a comment on the" is awkward in "file_too_large" error
Categories
(Bugzilla :: User Interface, defect)
Bugzilla
User Interface
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: timeless, Assigned: shane.h.w.travis)
Details
Attachments
(1 file, 1 obsolete file)
|
1.38 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
183 [% ELSIF error == "file_too_large" %]
184 [% title = "File Too Large" %]
185 The file you are trying to attach is [% filesize FILTER html %]
186 kilobytes (KB) in size.
187 Non-patch attachments cannot be more than [% Param('maxattachmentsize') %]
188 KB.
189 If your attachment is an image, try converting it to a compressable
190 format like JPG or PNG, or put it elsewhere on the web and
191 link to it from the [% terms.bug %]'s URL field or in a comment on the
[% terms.bug %].
change "in a comment on the" to "a comment in the bug"
Comment 1•22 years ago
|
||
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 144903 [details] [diff] [review]
Here's a patch.
proposed wording is just as bad as the original.
Plus 'compressable' is mis-spelled in this error message; should be
'compressible'.
Attachment #144903 -
Flags: review-
| Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 144903 [details] [diff] [review]
Here's a patch.
proposed wording is just as bad as the original.
Plus 'compressable' is mis-spelled in this error message; should be
'compressible'.
Attachment #144903 -
Flags: review-
| Assignee | ||
Updated•21 years ago
|
Attachment #144903 -
Flags: review-
| Assignee | ||
Comment 4•21 years ago
|
||
Re-wrote the comment almost completely, fixed spelling.
Assignee: myk → travis
Attachment #144903 -
Attachment is obsolete: true
Status: UNCONFIRMED → ASSIGNED
Attachment #174079 -
Flags: review?
| Assignee | ||
Comment 5•21 years ago
|
||
*** Bug 238674 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Attachment #174079 -
Flags: review? → review+
Updated•21 years ago
|
Flags: approval?
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Bugzilla 2.20
Comment 6•21 years ago
|
||
+ you could convert it to a compressible format like JPG or PNG and try
Since when wehre JPG and PNG formats compressible? They certainly don't seem to
get much smaller when I GZip them...
Personally, I'd describe them as "compressed" formats rather than compressible.
Updated•21 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 7•21 years ago
|
||
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-
error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.91; previous revision: 1.90
done
Severity: minor → trivial
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•