diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:36:44 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-11-26 16:36:44 +0000 |
commit | 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (patch) | |
tree | 764bc2146802b2e35d5b54cf2afb4f428372186a /modules/poll | |
parent | 22444f2fedf0fbe34423128ede822adc0f82e411 (diff) | |
download | brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.gz brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.bz2 |
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Diffstat (limited to 'modules/poll')
-rw-r--r-- | modules/poll/poll.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |