summaryrefslogtreecommitdiff
path: root/modules/poll
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-06-23 11:09:40 +0000
committerDries Buytaert <dries@buytaert.net>2001-06-23 11:09:40 +0000
commit3754a54ed62db2d01a1d46a161ce95688b9c942e (patch)
treea10386b199fb9633b7e4fd1c155375a1595e4e4a /modules/poll
parent3e075294febed760b7e59a8b8a59dc2ebe8ccf7b (diff)
downloadbrdo-3754a54ed62db2d01a1d46a161ce95688b9c942e.tar.gz
brdo-3754a54ed62db2d01a1d46a161ce95688b9c942e.tar.bz2
- Small but significant improvements to block and box.module which
makes the ever-confusing "rehash modules" (see module.module) no longer needed, hence making module.module redundant. :-) - Removed module.module. - Renamed conf.module to system.module, and added some information about the available modules to system.module. - Various small changes.
Diffstat (limited to 'modules/poll')
-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 01b143654..af7f918f7 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -260,7 +260,7 @@ function poll_block() {
}
$blocks[0][subject] = "Latest poll";
$blocks[0][content] = $output ? $output : "No active polls.";
- $blocks[0][info] = "Latest active poll.";
+ $blocks[0][info] = "Most recent poll";
$blocks[0][link] = "index.php";
return $blocks;
}