Merge branch 'MDL-52315-master' of git://github.com/andrewnicols/moodle
authorDan Poltawski <dan@moodle.com>
Tue, 12 Jan 2016 13:31:40 +0000 (13:31 +0000)
committerDan Poltawski <dan@moodle.com>
Tue, 12 Jan 2016 13:31:40 +0000 (13:31 +0000)
1  2 
mod/forum/lang/en/forum.php

@@@ -390,10 -390,7 +390,7 @@@ $string['postbymailsuccess'] = 'Congrat
  $string['postbymailsuccess_html'] = 'Congratulations, your <a href="{$a->discussionurl}">forum post</a> with subject "{$a->subject}" was successfully posted.';
  $string['postbyuser'] = '{$a->post} by {$a->user}';
  $string['postincontext'] = 'See this post in context';
- $string['postmailinfo'] = 'This is a copy of a message posted on the {$a} website.
- To reply click on this link:';
 -$string['postmailinfolink'] = 'This is a copy of a message posted on the {$a->coursename} website.
 +$string['postmailinfolink'] = 'This is a copy of a message posted in {$a->coursename}.
  
  To reply click on this link: {$a->replylink}';
  $string['postmailnow'] = '<p>This post will be mailed out immediately to all forum subscribers.</p>';