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>
This commit is contained in:
Murray Stokely 2004-08-10 05:34:23 +00:00
parent ddb75b6fab
commit 84b7e70dfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133425

View File

@ -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)