From 702498fae7dce72cc4f4e4b31eee0ae97310fede Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 22:21:26 +0000 Subject: [PATCH] profilesforenrolledusersonly setting: MDL-17143 lang string rewording --- lang/en_utf8/admin.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index d6c0838cf14..f9632e1637b 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -130,11 +130,7 @@ $string['configopentogoogle'] = 'If you enable this setting, then Google will be $string['configpathtoclam'] = 'Path to clam AV. Probably something like /usr/bin/clamscan or /usr/bin/clamdscan. You need this in order for clam AV to run.'; $string['configpathtodu'] = 'Path to du. Probably something like /usr/bin/du. If you enter this, pages that display directory contents will run much faster for directories with a lot of files.'; $string['configperfdebug'] = 'If you turn this on, performance info will be printed in the footer of the standard theme'; -$string['configprofilesforenrolledusersonly'] = ' -'; +$string['configprofilesforenrolledusersonly'] = 'To prevent misuse by spammers, profile descriptions of users who are not yet enrolled in any course are hidden. New users must enrol in at least one course before they can add a profile description.'; $string['configprotectusernames'] = 'By default forget_password.php does not display any hints that would allow guessing of usernames or email addresses.'; $string['configproxyhost'] = 'If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank.'; $string['configproxyport'] = 'If this server needs to use a proxy computer, then provide the proxy port here.';