Moodle

A string "configdebugvalidators" in lang/en_utf8/admin.php needs to be fixed.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0
  • Fix Version/s: 2.0
  • Component/s: Language
  • Labels:
    None
  • Difficulty:
    Easy
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

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!';

Activity

Hide
Mitsuhiro Yoshida added a comment -

Fixed in CVS.

Show
Mitsuhiro Yoshida added a comment - Fixed in CVS.
Hide
Petr Škoda (skodak) added a comment -

thanks!

Show
Petr Škoda (skodak) added a comment - thanks!

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: