From b3a7e5f33b662c428e8fd666cb416aa87ceaf27e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 13 May 2010 08:23:42 +0000 Subject: [PATCH] rss MDL-22204 fixed rss autodiscovery and some strings in the UI --- blocks/news_items/block_news_items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/news_items/block_news_items.php b/blocks/news_items/block_news_items.php index 42ebc2ddeaf..4ba54af65ee 100644 --- a/blocks/news_items/block_news_items.php +++ b/blocks/news_items/block_news_items.php @@ -100,7 +100,7 @@ class block_news_items extends block_base { if ($forum->rsstype == 1) { $tooltiptext = get_string('rsssubscriberssdiscussions','forum',format_string($forum->name)); } else { - $tooltiptext = get_string('rsssubscriberssposts','forum',format_string($forum->name)); + $tooltiptext = get_string('rsssubscriberssposts','forum'); } if (!isloggedin()) { $userid = 0;