Bug 7005 follow-up fix coding guidelines broken
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / pay.tt
index b6faf5f..cf40c77 100644 (file)
@@ -9,7 +9,7 @@
 <script type=text/javascript>
 
 function confirmWriteoffAll() {
-       return confirm("Are you sure you want to writeoff all fines?");
+    return confirm(_("Are you sure you want to writeoff all fines?"));
 }
 
 </script>