From 4d759b794493f05a3cd468f5401b30d2ff8f64e9 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 30 Jan 2005 09:31:46 +0000 Subject: [PATCH] Fixed a typo --- lang/en/forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/forum.php b/lang/en/forum.php index f2d25438c9..cb7fc4b202 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -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'; -- 2.39.5