From 30c84db9d67d5e587eb87fd26f6ea687427c309c Mon Sep 17 00:00:00 2001 From: mharo Date: Wed, 23 Jun 1999 03:31:36 +0000 Subject: Make UTC or local time message a little more clear. --- usr.sbin/tzsetup/tzsetup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/tzsetup') diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 70b91a5..7afda81 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -34,7 +34,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tzsetup.c,v 1.11 1998/12/16 05:34:49 peter Exp $"; + "$Id: tzsetup.c,v 1.12 1999/02/02 20:26:31 wollman Exp $"; #endif /* not lint */ #include @@ -655,7 +655,7 @@ main(int argc, char **argv) init_dialog(); if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock", "Is this machine's CMOS clock set to UTC? If it is set to local time,\n" - "please choose NO here!", 7, 72)) { + "or you don't know, please choose NO here!", 7, 72)) { if (reallydoit) unlink(_PATH_WALL_CMOS_CLOCK); } else { -- cgit v1.1