From 847c1df2db7b060d22139875619bf21e69f0f0d7 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 29 Mar 2001 19:56:20 +0000 Subject: [PATCH] Correct message to say "shutting down" rather than just "shutting" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Noticed by: Joachim Strömbergson --- usr.sbin/sade/main.c | 6 +++--- usr.sbin/sysinstall/main.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c index 19196b3bad3..70fb106eb4b 100644 --- a/usr.sbin/sade/main.c +++ b/usr.sbin/sade/main.c @@ -136,9 +136,9 @@ main(int argc, char **argv) status = setjmp(BailOut); if (status) { msgConfirm("A signal %d was caught - I'm saving what I can and shutting\n" - "If you can reproduce the problem, please turn Debug on in\n" - "the Options menu for the extra information it provides in\n" - "debugging problems like this.", status); + "down. If you can reproduce the problem, please turn Debug on\n" + "in the Options menu for the extra information it provides\n" + "in debugging problems like this.", status); systemShutdown(status); } diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c index 19196b3bad3..70fb106eb4b 100644 --- a/usr.sbin/sysinstall/main.c +++ b/usr.sbin/sysinstall/main.c @@ -136,9 +136,9 @@ main(int argc, char **argv) status = setjmp(BailOut); if (status) { msgConfirm("A signal %d was caught - I'm saving what I can and shutting\n" - "If you can reproduce the problem, please turn Debug on in\n" - "the Options menu for the extra information it provides in\n" - "debugging problems like this.", status); + "down. If you can reproduce the problem, please turn Debug on\n" + "in the Options menu for the extra information it provides\n" + "in debugging problems like this.", status); systemShutdown(status); }