There is a string which was constructed dynamically (so the potx parser would fail) in menu.admin.inc. I also improved the wording a little bit.

Note: We really need format_plural here. English may only have one plural forms for integers greater than 1 (there probably won’t be a menu name restriction of one character), but other languages might have far more complex plural rules.

CommentFileSizeAuthor
menu-format-plural.patch1.68 KBkkaefer

Comments

Freso’s picture

Is there a reason you used double quotes inside format_plural()?

Either way, I'll test this in the morrow.

kkaefer’s picture

Is there a reason you used double quotes inside format_plural()?

No.

hass’s picture

Thats wrong...

Yes is correct... the double quotes are required for can't that have a single quote. therefore double quotes are required.

gábor hojtsy’s picture

Status: Needs review » Fixed

This looks good IMHO, so committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)