diff options
Diffstat (limited to 'themes/admin_default/views')
| -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 d27f9260..61821428 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.dialog.js") ?>     <?= $theme->script("superfish/js/superfish.js") ?> | 
