From acd0d53e93780dcb260f33f57c07525327122dd1 Mon Sep 17 00:00:00 2001 From: wildgirl Date: Thu, 13 Nov 2008 11:23:39 +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 68c8e65fef..0ed3808556 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -189,11 +189,7 @@ $string['configoverride'] = 'Defined in config.php'; $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['configproxybypass'] = 'Comma separated list of (partial) hostnames or IPs that should bypass proxy (e.g., 192.168., .mydomain.com)'; $string['configproxyhost'] = 'If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname here. Otherwise leave it blank.'; -- 2.39.5