--- fivestar.module.orig 2008-04-15 03:55:05.000000000 -0500 +++ fivestar.module 2008-04-30 20:11:18.000000000 -0500 @@ -853,7 +853,7 @@ 'title' => t('Rate'), 'href' => 'node/'. $node->nid, 'fragment' => 'fivestar-form-node-'. $node->nid, - 'attributes' => array('title' => t('Rate this @type', array('@type', node_get_types('name', $node->type)))), + 'attributes' => array('title' => t('Rate this @type', array('@type' => node_get_types('name', $node->type)))), ); } }