adding string for translator
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / basket.tmpl
index 76bd507..91e890c 100644 (file)
@@ -5,7 +5,7 @@
 <script type="text/javascript">
 //<![CDATA[
             function confirm_close() {
-                var is_confirmed = confirm('Are you sure you want to close this basket?');
+                var is_confirmed = confirm(_('Are you sure you want to close this basket?'));
                 if (is_confirmed) {
                     window.location = "/cgi-bin/koha/acqui/booksellers.pl?op=close&basketno=<!-- TMPL_VAR NAME="basketno" -->&supplierid=<!-- TMPL_VAR name="booksellerid" -->";
                 }