summaryrefslogtreecommitdiff
path: root/modules/poll/poll.tokens.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 00:31:38 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 00:31:38 +0000
commit6d0ca97b8f8123a27226b946156b2178f33066f2 (patch)
treec6db4213af9dc58e50b412d908aac156dd23d7f7 /modules/poll/poll.tokens.inc
parent46808e29c1ab56596502a448c310f1f458f965a5 (diff)
downloadbrdo-6d0ca97b8f8123a27226b946156b2178f33066f2.tar.gz
brdo-6d0ca97b8f8123a27226b946156b2178f33066f2.tar.bz2
#690622 by jhodgdon: Remove the word 'node' from various strings.
Diffstat (limited to 'modules/poll/poll.tokens.inc')
-rw-r--r--modules/poll/poll.tokens.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/poll/poll.tokens.inc b/modules/poll/poll.tokens.inc
index 6f931ac51..6d4b7f404 100644
--- a/modules/poll/poll.tokens.inc
+++ b/modules/poll/poll.tokens.inc
@@ -12,7 +12,7 @@
function poll_token_info() {
$node['poll-votes'] = array(
'name' => t("Poll votes"),
- 'description' => t("The number of votes that have been cast on a poll node."),
+ 'description' => t("The number of votes that have been cast on a poll."),
);
$node['poll-winner'] = array(
'name' => t("Poll winner"),
@@ -28,7 +28,7 @@ function poll_token_info() {
);
$node['poll-duration'] = array(
'name' => t("Poll duration"),
- 'description' => t("The length of time the poll node is set to run."),
+ 'description' => t("The length of time the poll is set to run."),
);
return array(