in line 494:
'#title' => 'Votes',
Should be
'#title' => t('Votes'),
and, in line 481:
$score[] = 'Select';
Should be
$score[] = t('Select');
Or I'm absolutely wrong?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nodevote.patch.txt | 731 bytes | tatxe |
in line 494:
'#title' => 'Votes',
Should be
'#title' => t('Votes'),
and, in line 481:
$score[] = 'Select';
Should be
$score[] = t('Select');
Or I'm absolutely wrong?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | nodevote.patch.txt | 731 bytes | tatxe |
Comments
Comment #1
kbahey commentedCan you please submit this as a patch against the latest version?
See here for details http://drupal.org/patch
Comment #2
tatxe commentedWell, it's my first parch so...
Comment #3
kbahey commentedFixed in HEAD and 4.7
Thanks for the patch.
Comment #4
(not verified) commented