mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-33999 filemanager : fixed up incorrect string used in dialog button during folder renaming
This commit is contained in:
parent
ba3e7df265
commit
13429b9596
@ -424,7 +424,7 @@ class core_files_renderer extends plugin_renderer_base {
|
||||
$rv = '
|
||||
<div class="filemanager fp-dlg">
|
||||
<div class="{!}fp-dlg-text"></div>
|
||||
<button class="{!}fp-dlg-butconfirm">'.get_string('delete').'</button>
|
||||
<button class="{!}fp-dlg-butconfirm">'.get_string('ok').'</button>
|
||||
<button class="{!}fp-dlg-butcancel">'.get_string('cancel').'</button>
|
||||
</div>';
|
||||
return preg_replace('/\{\!\}/', '', $rv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user