From 2977a8cd3dba93c0f2d9188a263a23921ac2379c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Oct 2003 15:07:47 +0000 Subject: - Some documentation fixes by Mark Coady. --- modules/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator.module') diff --git a/modules/aggregator.module b/modules/aggregator.module index c81248028..57739dae8 100644 --- a/modules/aggregator.module +++ b/modules/aggregator.module @@ -50,7 +50,7 @@ function import_help($section = "admin/help#import") { $output .= ""; $output .= "

RSS feed blocks

"; $output .= "

In addition to providing subscribed content through the news aggregator, Drupal automatically creates a block for each subscribed feed and every bundle created. Beside each headline in each block, Drupal includes an icon which acts a blog it link. Enable any or all of the blocks using block management.

"; - $output = t($output, array("%amphetadesk" => "AmphetaDesk", "%rss" => "Rich Site Summary", "%slashdot-rss" => "http://slashdot.org/slashdot.rfd", "%syndic8" => "Syndic8", "%rss-what" => "What is RSS", "%rss-evolution" => "The Evolution of RSS", "%admin-news" => l(t("RSS/RDF"), "admin/node/syndication/news"), "%new-feed" => l(t("new feed"), "admin/node/syndication/news/add/feed"), "%update-items" => l(t("update items"), "admin/node/syndication/news"))); + $output = t($output, array("%amphetadesk" => "AmphetaDesk", "%rss" => "Rich Site Summary", "%slashdot-rss" => "http://slashdot.org/slashdot.rdf", "%syndic8" => "Syndic8", "%rss-what" => "What is RSS", "%rss-evolution" => "The Evolution of RSS", "%admin-news" => l(t("RSS/RDF"), "admin/node/syndication/news"), "%new-feed" => l(t("new feed"), "admin/node/syndication/news/add/feed"), "%update-items" => l(t("update items"), "admin/node/syndication/news"))); break; case 'admin/system/modules#description': $output = t("Used to aggregate syndicated content (RSS and RDF)."); -- cgit v1.2.3