Details
Description
A string "configdebugvalidators" in lang/en_utf8/admin.php needs to be fixed.
Language file: lang/en_utf8/admin.php
String: configdebugvalidators
Note: duplicate "enable guest access"
[before]
$string['configdebugvalidators'] = 'Enable if you want to have links to external validator servers in page footer. You may need to create new user with username <em>w3cvalidator</em>, enable guest access and enable guest access. These changes may allow unauthorized access to server, do not enable on production sites!';
[after]
$string['configdebugvalidators'] = 'Enable if you want to have links to external validator servers in page footer. You may need to create new user with username <em>w3cvalidator</em>, and enable guest access. These changes may allow unauthorized access to server, do not enable on production sites!';
Fixed in CVS.