summaryrefslogtreecommitdiff
path: root/modules/poll/poll.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-12 06:23:29 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-01-12 06:23:29 +0000
commitf334620be52804b85081a8b3f33a3d02155f89ee (patch)
tree6adbc221d8275b8b8c104bbd250baa22b0c15db7 /modules/poll/poll.module
parentfd1a814f3f506adfcdd2aaa6a42aba3b0f84cbfc (diff)
downloadbrdo-f334620be52804b85081a8b3f33a3d02155f89ee.tar.gz
brdo-f334620be52804b85081a8b3f33a3d02155f89ee.tar.bz2
#681723 by Bojhan: Standardize on 'Add new content' for content creation page.
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index c267cf260..c2d759048 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -19,7 +19,7 @@ function poll_help($path, $arg) {
$output .= '<h3>' . t('Uses') . '</h3>';
$output .= '<dl>';
$output .= '<dt>' . t('Creating a poll') . '</dt>';
- $output .= '<dd>' . t('Users can create a poll by clicking on Poll on the <a href="@add-content">Add content</a> page, and entering the question being posed, the answer choices, and beginning vote counts for each choice. The status (closed or active) and duration (length of time the poll remains active for new votes) can also be specified.', array('@add-content' => url('node/add'))) . '</dd>';
+ $output .= '<dd>' . t('Users can create a poll by clicking on Poll on the <a href="@add-content">Add new content</a> page, and entering the question being posed, the answer choices, and beginning vote counts for each choice. The status (closed or active) and duration (length of time the poll remains active for new votes) can also be specified.', array('@add-content' => url('node/add'))) . '</dd>';
$output .= '<dt>' . t('Viewing polls') . '</dt>';
$output .= '<dd>' . t('You can visit the <a href="@poll">Polls</a> page to view all current polls, or alternately enable the <em>Most recent poll</em> block on the <a href="@blocks">Blocks administration page</a>. To vote in or view the results of a specific poll, you can click on the poll itself.', array('@poll' => url('poll'), '@blocks' => url('admin/structure/block'))) . '</dd>';
$output .= '</dl>';