From 6dda2a6e99e84989e280e7532c3c824de32cb835 Mon Sep 17 00:00:00 2001 From: murray Date: Tue, 10 Aug 2004 05:34:23 +0000 Subject: 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 --- usr.sbin/tzsetup/tzsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/tzsetup/tzsetup.c') 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) -- cgit v1.1