tzsetup: Correct UTC description

UTC is Coordinated Universal Time, not Greenwich Mean Time.

Reviewed by:	imp, allanjude
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45573
This commit is contained in:
Ed Maste 2024-06-12 20:08:04 -04:00
parent bb53f071e8
commit a16cb8709d

View File

@ -957,7 +957,7 @@ main(int argc, char **argv)
"If it is set to local time,\n"
"or you don't know, please choose NO here!");
conf.title = "Select local or UTC (Greenwich Mean Time) clock";
conf.title = "Select local or UTC (Coordinated Universal Time) clock";
if (bsddialog_yesno(&conf, prompt, 7, 73) == BSDDIALOG_YES) {
if (reallydoit)
unlink(path_wall_cmos_clock);