top: force newline for unexpected signal abnormal exit

This commit just restores the pre-nls behavior, which was lost
in the migration to nls string tables support.
This commit is contained in:
Jim Warner 2012-01-08 09:54:05 -06:00 committed by Craig Small
parent 3ad8fd56ed
commit b246af9cec

View File

@ -166,7 +166,7 @@ static void build_norm_nlstab (void) {
. c-code logic changes.
. */
Norm_nlstab[EXIT_signals_fmt] = _(""
Norm_nlstab[EXIT_signals_fmt] = _("\n"
"\tsignal %d (%s) was caught by %s, please\n"
"\tsee http://www.debian.org/Bugs/Reporting\n");
Norm_nlstab[WRONG_switch_fmt] = _(""