diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-09-30 05:31:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-09-30 05:31:52 +0000 |
commit | 1127b04b6b5e139b925d053f1f1bc79fbf18898e (patch) | |
tree | 2276c7cbdfdb1131fcdc1114622c8f3348d2471a | |
parent | 446dc8244b7bfa0cdf368a37489fb0f8e676b662 (diff) | |
download | brdo-1127b04b6b5e139b925d053f1f1bc79fbf18898e.tar.gz brdo-1127b04b6b5e139b925d053f1f1bc79fbf18898e.tar.bz2 |
- Fixed typo in cloud module documentation. Bug report #3379.
-rw-r--r-- | modules/cloud.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>must</b> setup cron support. To get the site cloud block to display you must turn on the <B>Site bloud block</b> 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 <b>must</b> setup cron support. To get the site cloud block to display you must turn on the <i>site cloud</i> 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."; |