mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
The user editing screen and the change password screen didn't play very
well with debug = on. In fact the change password screen didn't play at all. Made a few small changes to fix notices and now everything works OK. Added a missing language string. ***************** This problem may very well exist in MOODLE_14_STABLE too! Unfortunately I don't have access to a 1.4 checkout right now, so it will have to wait. *****************
This commit is contained in:
parent
d6b3c7b82e
commit
54598fb04e
3 changed files with 5 additions and 7 deletions
|
@ -715,6 +715,7 @@ $string['moveright'] = 'Move right';
|
|||
$string['moveselectedcoursesto'] = 'Move selected courses to...';
|
||||
$string['movetoanotherfolder'] = 'Move to another folder';
|
||||
$string['moveup'] = 'Move up';
|
||||
$string['mustchangepassword'] = 'The new password must be different than the current one';
|
||||
$string['mustconfirm'] = 'You need to confirm your login';
|
||||
$string['mycourses'] = 'My courses';
|
||||
$string['name'] = 'Name';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue