From c51ec212aaf3608c8d5b4902f116b55443fa2222 Mon Sep 17 00:00:00 2001 From: wildgirl Date: Tue, 20 Jan 2009 10:44:52 +0000 Subject: [PATCH] forum lang string: MDL-17364 small rewording --- lang/en_utf8/forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 04d18f39a6..d76254678c 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -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.'; -- 2.39.5