From: skodak Date: Sun, 3 Feb 2008 17:57:50 +0000 (+0000) Subject: MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c0daa223b06cfe42ef91a3cedd2d75701f353bc;p=moodle.git MDL-13320 typo in lang/en_utf8/forum.php, found by Mitsuhiro Yoshida; merged from MOODLE_19_STABLE --- diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 2caf2fa8db..0319fff0f1 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -26,7 +26,7 @@ $string['configcleanreadtime'] = 'The hour of the day to clean old posts from th $string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.'; $string['configenablerssfeeds'] = 'This switch will enable the possibility of RSS feeds for all forums. You will still need to turn feeds on manually in the settings for each forum.'; $string['configenabletimedposts'] = 'Set to \'yes\' if you want to allow setting of display periods when posting a new forum discussion (Experimental as not yet fully tested)'; -$string['configlogblocked'] = 'Forum cron may log blocked attemts to send emails to users with disabled email.'; +$string['configlogblocked'] = 'Forum cron may log blocked attempts to send emails to users with disabled email.'; $string['configlongpost'] = 'Any post over this length (in characters not including HTML) is considered long. Posts displayed on the site front page, social format course pages, or user profiles are shortened to a natural break somewhere between the forum_shortpost and forum_longpost values.'; $string['configmanydiscussions'] = 'Maximum number of discussions shown in a forum per page'; $string['configmaxbytes'] = 'Default maximum size for all forum attachments on the site (subject to course limits and other local settings)';