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

(-)univention-management-console-module-top/umc/js/top.js (-1 / +1 lines)
 Lines 62-68    Link Here 
62
				msg = _('Please confirm sending %s to the selected process!', signal);
62
				msg = _('Please confirm sending %s to the selected process!', signal);
63
			}
63
			}
64
			else {
64
			else {
65
				msg = _('Please confirm sending %(sig)s to the %(pids)s selected processes!', {sig: signal, pids: pids.length});
65
				msg = _('Please confirm sending %(sig)s to the %(pid)s selected processes!', {sig: signal, pid: pids.length});
66
			}
66
			}
67
			dialog.confirm(msg, [{
67
			dialog.confirm(msg, [{
68
				label: _('OK'),
68
				label: _('OK'),

Return to bug 33193