Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8, 1.8.1, 1.8.2
-
Fix Version/s: 1.8.4
-
Component/s: Administration
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
The following error message in the administration section is not defined in the language pack:
admin/settings.php:41: error(get_string('sectionerror', 'admin'));
lib/adminlib.php:2626: error(get_string('sectionerror','admin'));
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-12401 | list of other admin problems |
|
|
|
another quick fix. The string should go into /lang/en_utf8/admin.php (based on my understanding of moodle convention). Just added the string based on moodle convention and got it committed into 1.8_STABLE, will commit it to HEAD and other branches later too.