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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-2 / +1 lines)
Lines 41-47 Link Here
41
                    }
41
                    }
42
                    getstr = items.join("&");
42
                    getstr = items.join("&");
43
                    item_msg = item_num.join(", ");
43
                    item_msg = item_num.join(", ");
44
                    var msg = "Are you sure you want to remove label number(s): " + item_msg + " from this batch?"
44
                    var msg = _("Are you sure you want to remove label number(s): %s from this batch?").format(item_msg);
45
                } else if (document.items.action.checked) {
45
                } else if (document.items.action.checked) {
46
		    alert(_("Deletion of label from a batch with only one label will delete the batch.") + "\n\n" + _("If this is what you want, select the 'Delete batch' option from the toolbar"));
46
		    alert(_("Deletion of label from a batch with only one label will delete the batch.") + "\n\n" + _("If this is what you want, select the 'Delete batch' option from the toolbar"));
47
                    return; // no deletion for single item batch
47
                    return; // no deletion for single item batch
48
- 

Return to bug 20147