Skip to content

Commit

Permalink
MDL-33999 filemanager : fixed up incorrect string used in dialog butt…
Browse files Browse the repository at this point in the history
…on during folder renaming
  • Loading branch information
Aparup Banerjee committed Jun 25, 2012
1 parent ba3e7df commit 13429b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/renderer.php
Expand Up @@ -424,7 +424,7 @@ private function fm_js_template_confirmdialog() {
$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);
Expand Down

0 comments on commit 13429b9

Please sign in to comment.