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';