Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2009 at 07:25 UTC
Updated:
12 Oct 2009 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
cameron tod commentedHere's a patch which calls format_plural, which should handle the issue.
Comment #2
dave reidTested and it works ok, but maybe we should avoid using format_plural because of all the complex localization it calls. Revised patch that handles it manually.
Comment #3
moshe weitzman commentedActually, drupal is fully bootstrapped so #1 looks better to me.
Comment #4
dries commentedCommitted to CVS HEAD. Thanks!