View | Details | Raw Unified | Return to bug 36880
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-2 / +1 lines)
Lines 348-354 Link Here
348
        });
348
        });
349
349
350
        function confirm_remove(){
350
        function confirm_remove(){
351
            if (confirm("Are you sure you want to remove the selected rule(s)?")){
351
            if (confirm(_("Are you sure you want to remove the selected rule(s)?"))){
352
                doSubmit('cud-remove');
352
                doSubmit('cud-remove');
353
            }
353
            }
354
        }
354
        }
355
- 

Return to bug 36880