From 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Nov 2007 16:36:44 +0000 Subject: - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. --- modules/poll/poll.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll') diff --git a/modules/poll/poll.pages.inc b/modules/poll/poll.pages.inc index 7ac47d102..45c76e95f 100644 --- a/modules/poll/poll.pages.inc +++ b/modules/poll/poll.pages.inc @@ -30,7 +30,7 @@ function poll_page() { */ function poll_votes($node) { drupal_set_title(check_plain($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.'); + $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.'); $header[] = array('data' => t('Visitor'), 'field' => 'u.name'); $header[] = array('data' => t('Vote'), 'field' => 'pv.chorder'); -- cgit v1.2.3