From: Jim Warner Date: Sun, 25 Nov 2012 05:00:01 +0000 (-0500) Subject: top: include under nls support an overlooked error msg X-Git-Tag: v3.3.6~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44ceff845b9ad6d108fb636445c42c529b63f0c8;p=procps-ng top: include under nls support an overlooked error msg Signed-off-by: Jim Warner --- diff --git a/top/top.c b/top/top.c index 2b3fc420..4eb199fd 100644 --- a/top/top.c +++ b/top/top.c @@ -1603,7 +1603,7 @@ static void calibrate_fields (void) { sigemptyset(&newss); sigaddset(&newss, SIGWINCH); if (-1 == sigprocmask(SIG_BLOCK, &newss, &oldss)) - error_exit(fmtmk("failed sigprocmask, SIG_BLOCK: %s", strerror(errno))); + error_exit(fmtmk(N_fmt(FAIL_sigstop_fmt), strerror(errno))); adj_geometry();