]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18274 fixed lang string, thanks Helen
authorskodak <skodak>
Thu, 19 Feb 2009 07:21:21 +0000 (07:21 +0000)
committerskodak <skodak>
Thu, 19 Feb 2009 07:21:21 +0000 (07:21 +0000)
lang/en_utf8/report_security.php

index b6206f8e1133633ba68fdff5c0a1840666cc2c38..455a02093694fbd6be7dff05586a11ef7fec9115 100644 (file)
@@ -51,9 +51,9 @@ $string['check_defaultcourserole_risky'] = 'Risky capabilities detected in <a hr
 $string['check_defaultuserrole_details'] = '<p>All logged in users are given capabilities of the default user role. Please make sure no risky capabilities are allowed in this role.</p>
 <p>The only supported legacy type for the default user role is <em>Authenticated user</em>. The course view capability must not be enabled.</p>';
 $string['check_defaultuserrole_error'] = 'The default user role \"$a\" is incorrectly defined!';
-$string['check_defaultuserrole_name'] = 'Registered user role';
+$string['check_defaultuserrole_name'] = 'Default role for all users';
 $string['check_defaultuserrole_notset'] = 'Default role is not set.';
-$string['check_defaultuserrole_ok'] = 'Registered user role definition is OK.';
+$string['check_defaultuserrole_ok'] = 'Default role for all users definition is OK.';
 
 $string['check_displayerrors_details'] = '<p>Enabling the PHP setting <code>display_errors</code> is not recommended on production sites because error messages can reveal sensitive information about your server.</p>';
 $string['check_displayerrors_error'] = 'The PHP setting to display errors is enabled. It is recommended that this is disabled.';