]> git.mjollnir.org Git - moodle.git/commitdiff
forum lang string: MDL-17364 small rewording
authorwildgirl <wildgirl>
Tue, 20 Jan 2009 10:44:52 +0000 (10:44 +0000)
committerwildgirl <wildgirl>
Tue, 20 Jan 2009 10:44:52 +0000 (10:44 +0000)
lang/en_utf8/forum.php

index 04d18f39a68ff67016ddcccbc6e74169591d1e57..d76254678cb67cbcd2bc62310527e006b3301628 100644 (file)
@@ -73,7 +73,7 @@ $string['completionpostsgroup'] = 'Require posts';
 $string['completionreplies'] = 'User must post replies:';
 $string['completionreplieshelp'] = 'requiring replies to complete';
 $string['completionrepliesgroup'] = 'Require replies'; 
-$string['configajaxrating'] = 'If enabled, forum will allow users to perform AJAX ratings in the forum module (requires both the site and the user having AJAX facilities enabled)';
+$string['configajaxrating'] = 'AJAX rating is a forum rating usability improvement. If enabled, users can rate forum posts almost instantly without needing to scroll to the bottom of the page and click the \'Send in my latest ratings\' button. This setting also requires AJAX to be enabled for the site and in user profiles.';
 $string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.';
 $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.';