diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 | 
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-08-30 16:20:52 -0700 | 
| commit | 7015948357f91e79bb10595cd7c6bc2513d0863e (patch) | |
| tree | d272757f1dc1e38426eeea80399b6313ea247adc /themes/admin_default | |
| parent | 74e204b557618520d7bc56266a25d230946f02e7 (diff) | |
| parent | e4eedadcbb42e831f9649e6b52bd1ee9bf86f544 (diff) | |
Merge branch 'master' of git@github.com:/gallery/gallery3
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") ?> | 
