]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a typo
authormoodler <moodler>
Sun, 30 Jan 2005 09:31:46 +0000 (09:31 +0000)
committermoodler <moodler>
Sun, 30 Jan 2005 09:31:46 +0000 (09:31 +0000)
lang/en/forum.php

index f2d25438c93696d1418e09d6ac007256ba50349a..cb7fc4b2020b72cf7d355aa1acde9ee68df0217d 100644 (file)
@@ -20,7 +20,7 @@ $string['configmaxbytes'] = 'Default maximum size for all forum attachments on t
 $string['configoldpostdays'] = 'Number of days old any post is considered read.';
 $string['configreplytouser'] = 'When a forum post is mailed out, should it contain the user\'s email address so that recipients can reply personally rather than via the forum? Even if set to \'Yes\' users can choose in their profile to keep their email address secret.';
 $string['configshortpost'] = 'Any post under this length (not including HTML) is considered short.';
-$string ['configtrackreadposts'] = 'Set to \'yes\' if you want to track read/unread for each user.';
+$string['configtrackreadposts'] = 'Set to \'yes\' if you want to track read/unread for each user.';
 $string['configusermarksread'] = 'If \'yes\', the user must manually mark a post as read. '.
                                  'If \'no\', when the post is viewed it is marked as read.';
 $string['couldnotadd'] = 'Could not add your post due to an unknown error';