#8777 closed (fixed)
validate_unique - bad capitalization function
| Reported by: | 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)
Change History (3)
by , 17 years ago
| Attachment: | validate-unique-capfirst.diff added |
|---|
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8820]) Fixed #8777: use better capitalization in unique together error message. Thanks, Petr Marhoun.