diff options
Diffstat (limited to 'themes/admin_default')
| -rw-r--r-- | themes/admin_default/views/admin.html.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 3f4128cb..3b1ff92c 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -23,7 +23,7 @@     <?= $theme->script("gallery.common.js") ?>     <? /* MSG_CANCEL is required by gallery.dialog.js */ ?>     <script type="text/javascript"> -   var MSG_CANCEL = "<?= t('Cancel') ?>"; +   var MSG_CANCEL = <?= t('Cancel')->for_js() ?>;     </script>     <?= $theme->script("gallery.ajax.js") ?>     <?= $theme->script("gallery.dialog.js") ?>  | 
