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!

Comments

Anonymous’s picture

Anonymous’s picture

Status: Active » Fixed

Latest version has the 'a' removed so links are 'Create [content_type]'.
This can be changed by overriding theme_postblock().

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.