aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tzsetup
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-23 03:31:36 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-23 03:31:36 +0000
commit3256d507ffe503a06867ada6159cc88e05e8b10d (patch)
tree12e03a9150f5cfb8f36687ce541bc450c9d9de1a /usr.sbin/tzsetup
parent99f43962acd8e5741945d855b6fb64face70522d (diff)
downloadsrc-3256d507ffe503a06867ada6159cc88e05e8b10d.tar.gz
src-3256d507ffe503a06867ada6159cc88e05e8b10d.zip
Make UTC or local time message a little more clear.
Notes
Notes: svn path=/head/; revision=48121
Diffstat (limited to 'usr.sbin/tzsetup')
-rw-r--r--usr.sbin/tzsetup/tzsetup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c
index 70b91a56e992..7afda81b07b1 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 <sys/types.h>
@@ -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 {