Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8777 closed (fixed)

validate_unique - bad capitalization function

Reported by: Petr Marhoun <petr.marhoun@…> Owned by: nobody
Component: Internationalization Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the new function validate_unique from [8805] model_name is capitalized - but with title, not capfirst.

  • Bad (title): log entry -> Log Entry
  • Good (capfirst): log entry -> Log entry

Attached patch could fix it.

Attachments (1)

validate-unique-capfirst.diff (940 bytes ) - added by Petr Marhoun <petr.marhoun@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Petr Marhoun <petr.marhoun@…>, 16 years ago

comment:1 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

(In [8820]) Fixed #8777: use better capitalization in unique together error message. Thanks, Petr Marhoun.

comment:2 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

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