Closed Bug 330803 Opened 18 years ago Closed 11 years ago

User facing errors shouldn't talk about integers and should be consistent

Categories

(Bugzilla :: Bugzilla-General, defect)

2.20.1
defect
Not set
trivial

Tracking

()

RESOLVED WONTFIX

People

(Reporter: timeless, Assigned: sjoshi)

Details

Attachments

(1 file)

[% ELSIF error == "votes_must_be_nonnegative" %]
    [% title = "Votes Must Be Non-negative" %]
    [% admindocslinks = {'voting.html' => 'Setting up the voting feature'} %]
    Only use non-negative numbers for your [% terms.bug %] votes.
...
  [% ELSIF error == "illegal_user_id" %]
    [% title = "Illegal User ID" %]
    User ID '[% userid FILTER html %]' is not valid integer.

expected results:
don't talk to end users about integers, especially "valid" ones. If you mean non-negative, then it seems that's ok w/ some other part of the error file ...
Severity: normal → trivial
OS: MacOS X → All
Hardware: Macintosh → All
Attached patch Patch-v1Splinter Review
Just mentioning "valid" is enough,IMO.
Assignee: general → joshi_sunil
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #778961 - Flags: review?(justdave)
Comment on attachment 778961 [details] [diff] [review]
Patch-v1

>     [% title = "Illegal User ID" %]
>-    User ID '[% userid FILTER html %]' is not valid integer.
>+    User ID '[% userid FILTER html %]' is not valid.

"is not valid" is too vague as it could also mean "there is no user with such an ID" or "you are not allowed to view this account" even in the case of a valid integer. This error is thrown only when an admin didn't pass an integer, so the error message is accurate as is really about integers, nothing else. I see no reasons to reword it.

My vote to WONTFIX this bug.
Attachment #778961 - Flags: review?(justdave) → review-
(In reply to timeless from comment #0)
> don't talk to end users about integers

This message is only displayed to admins, not end users. So WONTFIX per my previous comment.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: