Opened 18 years ago
Closed 18 years ago
#3092 closed enhancement (wontfix)
not a logic english error message in validator
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Validators | Version: | dev |
Severity: | minor | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I think that the single form of this string (core/validators.py:419 ) should be without *total*.
"Please enter a valid decimal number with at most %s total digit."
which gettext translates into:
"Please enter a valid decimal number with at most 1 total digit."
which looks wrong. :)
Note:
See TracTickets
for help on using tickets.
Marking this as a wontfix because django.newforms is our focus now.