Download & Extend

Bad English for content types that begin with vowel sound

Project:Post Block
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

#2

Status:active» fixed

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

#3

Status:fixed» closed (fixed)

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