Closed (fixed)
Project:
Pollfield
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Nov 2009 at 14:58 UTC
Updated:
3 Mar 2011 at 23:31 UTC
You should use
format_plural($votes[$i],'1 vote','@count votes')
instead of:
$votes[$i] ." ". t('votes')
lines: 159, 259, 346
I don't know how to make a patch - sorry...
Comments
Comment #1
mario_prkos commentedThank you !
Comment #2
nibblebot commentedthis appears to be fixed in the latest dev
line 231 of pollfield.module
Comment #3
nibblebot commentedfixed