Merge remote-tracking branch 'origin/new/bug_7367'

This commit is contained in:
Paul Poulain 2012-02-17 10:17:49 +01:00
commit e93126834c
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha Online[% END %] Catalog › Download list[% INCLUDE 'doc-head-close.inc' %]
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
$(".close").html("Close this window");
$(".close").html(_("Close this window"));
});
//]]>
</script>

View file

@ -2,7 +2,7 @@
[% INCLUDE 'doc-head-close.inc' %]
<script type="text/javascript">//<![CDATA[
$(document).ready(function(){
$(".close").html("Close this window");
$(".close").html(_("Close this window"));
});
//]]>
</script>