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?

CommentFileSizeAuthor
#2 nodevote.patch.txt731 bytestatxe

Comments

kbahey’s picture

Can you please submit this as a patch against the latest version?

See here for details http://drupal.org/patch

tatxe’s picture

StatusFileSize
new731 bytes

Well, it's my first parch so...

kbahey’s picture

Title: Translation » Some strings do not have t()
Status: Active » Fixed

Fixed in HEAD and 4.7

Thanks for the patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)