@@ -164,7 +164,7 @@ function contact_user_page($account) {
$output=t("You cannot send more than %number messages per hour. Please try again later.",array('%number'=>variable_get('contact_hourly_threshold',3)));
* Callback for the 'votes' tab for polls you can see other votes on
*/
functionpoll_votes($node){
drupal_set_title(check_plain($node->title));
drupal_set_title($node->title);
$output=t('This table lists all the recorded votes for this poll. If anonymous users are allowed to vote, they will be identified by the IP address of the computer they used when they voted.');