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 2004-08-10 05:34:23 +00:00
parent c83b83d807
commit 4389a9763c

View File

@ -121,7 +121,7 @@ continent_country_menu(dialogMenuItem *continent)
menulen = contp->nitems < 16 ? contp->nitems : 16; menulen = contp->nitems < 16 ? contp->nitems : 16;
rv = dialog_menu(title, (isocean ? "Select an island or group" 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->nitems, contp->menu, 0, &contp->ch,
&contp->sc); &contp->sc);
if (rv == 0) if (rv == 0)