Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
menu system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2007 at 21:01 UTC
Updated:
26 Sep 2007 at 12:11 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| menu-format-plural.patch | 1.68 KB | kkaefer |
Comments
Comment #1
Freso commentedIs there a reason you used double quotes inside
format_plural()?Either way, I'll test this in the morrow.
Comment #2
kkaefer commentedNo.
Comment #3
hass commentedThats wrong...
Yes is correct... the double quotes are required for
can'tthat have a single quote. therefore double quotes are required.Comment #4
gábor hojtsyThis looks good IMHO, so committed.
Comment #5
(not verified) commented