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:
parent
c83b83d807
commit
4389a9763c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user