Opened 18 years ago
Closed 18 years ago
#3092 closed enhancement (wontfix)
not a logic english error message in validator
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.