mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-60171' of https://github.com/cbluesprl/moodle
This commit is contained in:
commit
b86f988bcb
@ -484,6 +484,7 @@ $string['deletechecktypename'] = 'Are you sure that you want to delete the {$a->
|
||||
$string['deletecheckfiles'] = 'Are you absolutely sure you want to delete these files?';
|
||||
$string['deletecheckfull'] = 'Are you absolutely sure you want to completely delete the user {$a}, including their enrolments, activity and other user data?';
|
||||
$string['deletecheckwarning'] = 'You are about to delete these files';
|
||||
$string['deletepicture'] = 'Delete picture';
|
||||
$string['deletesection'] = 'Delete section';
|
||||
$string['deleteselected'] = 'Delete selected';
|
||||
$string['deleteselectedkey'] = 'Delete selected key';
|
||||
|
@ -352,7 +352,7 @@ function useredit_shared_definition(&$mform, $editoroptions, $filemanageroptions
|
||||
|
||||
$mform->addElement('static', 'currentpicture', get_string('currentpicture'));
|
||||
|
||||
$mform->addElement('checkbox', 'deletepicture', get_string('delete'));
|
||||
$mform->addElement('checkbox', 'deletepicture', get_string('deletepicture'));
|
||||
$mform->setDefault('deletepicture', 0);
|
||||
|
||||
$mform->addElement('filemanager', 'imagefile', get_string('newpicture'), '', $filemanageroptions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user