diff options
author | murray <murray@FreeBSD.org> | 2004-08-10 05:34:23 +0000 |
---|---|---|
committer | murray <murray@FreeBSD.org> | 2004-08-10 05:34:23 +0000 |
commit | 6dda2a6e99e84989e280e7532c3c824de32cb835 (patch) | |
tree | 83b69253a1da4c1c107511e4f11de1ddb2035784 | |
parent | 5de16095d4976fa9a9c9163e015133061eff62ce (diff) | |
download | FreeBSD-src-6dda2a6e99e84989e280e7532c3c824de32cb835.zip FreeBSD-src-6dda2a6e99e84989e280e7532c3c824de32cb835.tar.gz |
Update wording regarding geography to match the man page and web site.
Specifically, change the second level menu title from 'Country' to
'Country or Region', since e.g. Hong Kong is not a country.
Submitted by: Xin LI <delphij@frontfree.net>
-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 86a9ffb..6b1caf8 100644 --- a/usr.sbin/tzsetup/tzsetup.c +++ b/usr.sbin/tzsetup/tzsetup.c @@ -121,7 +121,7 @@ continent_country_menu(dialogMenuItem *continent) menulen = contp->nitems < 16 ? contp->nitems : 16; rv = dialog_menu(title, (isocean ? "Select an island or group" - : "Select a country"), -1, -1, menulen, + : "Select a country or region"), -1, -1, menulen, -contp->nitems, contp->menu, 0, &contp->ch, &contp->sc); if (rv == 0) |