Bad English for content types that begin with vowel sound
bangpound - October 9, 2008 - 14:42
| Project: | Post Block |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I have a content type "Image." The default names for links produced by postblock are "Create a !typename" which leads to "Create a Image."
Yes, I can use string overrides to solve this, so it's not a serious bug.
Drupal has a format_plural function. Does it have a format_article function? Probably not... the rules would require Drupal to know whether a "U" or "H" sounds like a "Y" or "ä" respectively... and that's only for English!

#1
Marked #331762: Remove the indefinite article from the menu items as a duplicate.
#2
Latest version has the 'a' removed so links are 'Create [content_type]'.
This can be changed by overriding theme_postblock().
#3
Automatically closed -- issue fixed for 2 weeks with no activity.