Closed
Bug 330806
Opened 19 years ago
Closed 13 years ago
User facing errors should consistently avoid using "legal"
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: timeless, Assigned: sjoshi)
Details
Attachments
(1 file)
|
987 bytes,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
[% ELSIF error == "unknown_keyword" %]
[% title = "Unknown Keyword" %]
<code>[% keyword FILTER html %]</code> is not a known keyword.
The legal keyword names are <a href="describekeywords.cgi">listed here</a>.
possible suggestions:
See the <a href="describekeywords.cgi">list of available keywords</a>.
[% ELSIF error == "unknown_tab" %]
[% title = "Unknown Tab" %]
<code>[% current_tab_name FILTER html %]</code> is not a legal tab name.
possible suggestions:
There is no tab named |current_tab_name|.
Comment 1•19 years ago
|
||
I don't particularly see a problem with it, but there could be better phrasings, yes.
Severity: enhancement → trivial
OS: MacOS X → All
Hardware: Macintosh → All
| Assignee | ||
Comment 2•13 years ago
|
||
My Suggestions:
See the list of available <a href="describekeywords.cgi">keywords</a>.
The tab named <code>[% current_tab_name FILTER html %]</code> does not exists.
| Assignee | ||
Comment 3•13 years ago
|
||
Attachment #664134 -
Flags: review?(LpSolit)
Comment 4•13 years ago
|
||
Comment on attachment 664134 [details] [diff] [review]
Patch
r=LpSolit
Attachment #664134 -
Flags: review?(LpSolit) → review+
Updated•13 years ago
|
Assignee: general → joshi_sunil
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: approval+
Target Milestone: --- → Bugzilla 5.0
Comment 5•13 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified template/en/default/global/user-error.html.tmpl
Committed revision 8428.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•