MDL-51214 mod_forum: Update News forum => Announcements

This commit is contained in:
Andrew Nicols 2016-02-09 14:45:30 +08:00
parent 2f45a11ac4
commit 265a9bf769
5 changed files with 9 additions and 9 deletions

View file

@ -336,8 +336,8 @@ $string['mustprovidediscussionorpost'] = 'You must provide either a discussion i
$string['myprofileownpost'] = 'My forum posts';
$string['myprofileowndis'] = 'My forum discussions';
$string['myprofileotherdis'] = 'Forum discussions';
$string['namenews'] = 'News forum';
$string['namenews_help'] = 'The news forum is a special forum for announcements that is automatically created when a course is created. A course can have only one news forum. Only teachers and administrators can post in the news forum. The "Latest news" block will display recent discussions from the news forum.';
$string['namenews'] = 'Announcements';
$string['namenews_help'] = 'The course announcements forum is a special forum for announcements and is automatically created when a course is created. A course can have only one announcements forum. Only teachers and administrators can post announcements. The "Latest news" block will display recent announcements.';
$string['namesocial'] = 'Social forum';
$string['nameteacher'] = 'Teacher forum';
$string['nextdiscussiona'] = 'Next discussion: {$a}';

View file

@ -40,7 +40,7 @@ use Behat\Behat\Context\Step\Given as Given,
class behat_mod_forum extends behat_base {
/**
* Adds a topic to the forum specified by it's name. Useful for the News forum and blog-style forums.
* Adds a topic to the forum specified by it's name. Useful for the Announcements and blog-style forums.
*
* @Given /^I add a new topic to "(?P<forum_name_string>(?:[^"]|\\")*)" forum with:$/
* @param string $forumname