diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-12-16 05:29:38 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-12-16 05:29:38 +0000 |
| commit | 0e3099f516a21d460667909ba048ca1ecaa0a3ec (patch) | |
| tree | 56032fcfaa5b077dee6c2fa8ac37c69976fdae70 /usr.sbin | |
| parent | f3474f630e1f720c351eb81d1b4ecbe46d1f2c19 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/tzsetup/tzsetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tzsetup/tzsetup.c b/usr.sbin/tzsetup/tzsetup.c index 68aaa0cc7117..5a12261a99fb 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -667,7 +667,7 @@ main(int argc, char **argv) make_menus(); init_dialog(); - if (!dialog_yesno("Select local or UTC (Greenwich Mean Time) clock", + if (!dialog_noyes("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" "or you don't know, please choose NO here!", 7, 72)) { if (reallydoit) |
