From 1127b04b6b5e139b925d053f1f1bc79fbf18898e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 30 Sep 2003 05:31:52 +0000 Subject: - Fixed typo in cloud module documentation. Bug report #3379. --- modules/cloud.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/cloud.module') diff --git a/modules/cloud.module b/modules/cloud.module index f7d479dcb..a8b1f3705 100644 --- a/modules/cloud.module +++ b/modules/cloud.module @@ -22,7 +22,7 @@ function cloud_help($section = "admin/syndication/cloud/help") { $output = "Tracks other sites and displays last date changed."; break; case 'admin/syndication/cloud': - $output = strtr("The cloud monitor tracks or crawls other interesting web sites and displays their last modification dates. Visitors to this site learn about other relevant sites and can easily see if there is new content. To get this working you must setup cron support. To get the site cloud block to display you must turn on the Site bloud block in %block. To go to a monitored site, click on the site name, to immediately load and/or update the record for a site, click on \"update site\", to delete a site go to \"edit site\". ", array("%block" => l(t("block management"), "admin/block") )); + $output = strtr("The cloud monitor tracks or crawls other interesting web sites and displays their last modification dates. Visitors to this site learn about other relevant sites and can easily see if there is new content. To get this working you must setup cron support. To get the site cloud block to display you must turn on the site cloud block in %block. To go to a monitored site, click on the site name, to immediately load and/or update the record for a site, click on \"update site\", to delete a site go to \"edit site\". ", array("%block" => l(t("block management"), "admin/block") )); break; case 'admin/syndication/cloud/add': $output = "Add a site to the site cloud. Don't forget the \"http://\" for your URLs."; -- cgit v1.2.3