Make UTC or local time message a little more clear.

This commit is contained in:
mharo 1999-06-23 03:31:36 +00:00
parent cee9cc579d
commit 30c84db9d6

View File

@ -34,7 +34,7 @@
#ifndef lint #ifndef lint
static const char rcsid[] = 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 */ #endif /* not lint */
#include <sys/types.h> #include <sys/types.h>
@ -655,7 +655,7 @@ main(int argc, char **argv)
init_dialog(); init_dialog();
if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock", 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" "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) if (reallydoit)
unlink(_PATH_WALL_CMOS_CLOCK); unlink(_PATH_WALL_CMOS_CLOCK);
} else { } else {