From e2f6bddc049baf3191d5a5867e10b7cefa5a80ed Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Thu, 13 May 2010 02:25:44 +0000 Subject: [PATCH] MDL-22204 Updated two strings for forum RSS links to make them shorter. Thanks AMOS! --- mod/forum/lang/en/forum.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index a62918d4d6d..3a9c810ba55 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -348,8 +348,8 @@ $string['resetforums'] = 'Delete posts from'; $string['resetforumsall'] = 'Delete all posts'; $string['resetsubscriptions'] = 'Delete all forum subscriptions'; $string['resettrackprefs'] = 'Delete all forum tracking preferences'; -$string['rsssubscriberssdiscussions'] = 'Display the RSS feed for \'{$a}\' discussions'; -$string['rsssubscriberssposts'] = 'Display the RSS feed for \'{$a}\' posts'; +$string['rsssubscriberssdiscussions'] = 'RSS feed of discussions'; +$string['rsssubscriberssposts'] = 'RSS feed of posts'; $string['rssarticles'] = 'Number of RSS recent articles'; $string['rssarticles_help'] = 'This setting specifies the number of articles (either discussions or posts) to include in the RSS feed. Between 5 and 20 generally acceptable.'; $string['rsstype'] = 'RSS feed for this activity';