From 3754a54ed62db2d01a1d46a161ce95688b9c942e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 23 Jun 2001 11:09:40 +0000 Subject: - 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. --- modules/poll/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/poll/poll.module') 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; } -- cgit v1.2.3