Opened 17 years ago

Closed 17 years ago

#3092 closed enhancement (wontfix)

not a logic english error message in validator

Reported by: glisha@… 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. :)

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: wontfix
Status: newclosed

Marking this as a wontfix because django.newforms is our focus now.

Note: See TracTickets for help on using tickets.
Back to Top