diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-02-22 22:56:23 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-02-22 22:58:09 +0000 |
| commit | eca1e5174b7fa9d0d31ea4477c151bf10c5a4545 (patch) | |
| tree | a3eeca50c35acfe6e6a2c9a81506c870550a063b /help_text.php | |
| parent | 71acd850cbdfe12569d4f8a506c04057c7a1fc2e (diff) | |
| download | webtrees-eca1e5174b7fa9d0d31ea4477c151bf10c5a4545.tar.gz webtrees-eca1e5174b7fa9d0d31ea4477c151bf10c5a4545.tar.bz2 webtrees-eca1e5174b7fa9d0d31ea4477c151bf10c5a4545.zip | |
#1280687 Change in Geonames API interface
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php index f911f6b78f..80b7cd0f5e 100644 --- a/help_text.php +++ b/help_text.php @@ -992,9 +992,9 @@ case 'THUMBNAIL_WIDTH': $text=WT_I18N::translate('This is the width (in pixels) that the program will use when automatically generating thumbnails. The default setting is 100.'); break; -case 'USE_GEONAMES': +case 'GEONAMES_ACCOUNT': $title=WT_I18N::translate('Use GeoNames database for autocomplete on places'); - $text=WT_I18N::translate('Should the GeoNames database be used to provide more suggestions for place names?<br><br>When this option is set to <b>Yes</b>, the GeoNames database will be queried to supply suggestions for the place name being entered. When set to <b>No</b>, only the current genealogical database will be searched. As you enter more of the place name, the suggestion will become more precise. This option can slow down data entry, particularly if your Internet connection is slow.<br><br>The GeoNames geographical database is accessible free of charge. It currently contains over 8,000,000 geographical names.'); + $text=WT_I18N::translate('The website www.geonames.org provides a large database of place names. This can be searched when entering new places. To use this feature, you must register for a free account at www.geonames.org and provide the username.'); break; case 'USE_REGISTRATION_MODULE': |
