summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-04-17 11:15:56 +0000
committerfisharebest <fisharebest@gmail.com>2010-04-17 11:15:56 +0000
commitdbeecbd4bccb08999b5cb772b7649774bf5d1779 (patch)
tree73d29f372d0fe4b5da3109e06b427d09d2ae8d15
parentbeb0fffc6106dce1cfb592e649e227b17e23b329 (diff)
downloadwebtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.tar.gz
webtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.tar.bz2
webtrees-dbeecbd4bccb08999b5cb772b7649774bf5d1779.zip
I18N: two nearly identical english texts should be the same
-rw-r--r--modules/googlemap/help_text.php2
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.&nbsp; 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;
}