diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-17 11:15:56 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-17 11:15:56 +0000 |
| commit | dbeecbd4bccb08999b5cb772b7649774bf5d1779 (patch) | |
| tree | 73d29f372d0fe4b5da3109e06b427d09d2ae8d15 /modules | |
| parent | beb0fffc6106dce1cfb592e649e227b17e23b329 (diff) | |
| download | webtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.tar.gz webtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.tar.bz2 webtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.zip | |
I18N: two nearly identical english texts should be the same
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/googlemap/help_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/googlemap/help_text.php b/modules/googlemap/help_text.php index 59eb927e5e..298588019c 100644 --- a/modules/googlemap/help_text.php +++ b/modules/googlemap/help_text.php @@ -267,6 +267,6 @@ case 'PEDIGREE_MAP_hidelines': case 'PEDIGREE_MAP_hideflags': $title=i18n::translate('Hide flags'); - $text=i18n::translate('Hide the flags that are configured in the googlemap module. Ususally these are for countries and states. This serves as a visual cue that the markers around the flag are from the general area, and not the specific spot.'); + $text=i18n::translate('Hide the flags that are configured in the googlemap module. Ususally these are for countries and states. This serves as a visual cue that the markers around the flag are from the general area, and not the specific spot.'); break; } |
