summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-06-17 11:45:50 +0000
committerfisharebest <fisharebest@gmail.com>2010-06-17 11:45:50 +0000
commitfc50cb5f518d2e639339ce0146944322587960a2 (patch)
tree718a3251317bcf4cfeeed4654dc9cbfbd175681c /modules
parent09fcaf05c294717338cd08ff2308b1a00201cd2d (diff)
downloadwebtrees-fc50cb5f518d2e639339ce0146944322587960a2.tar.gz
webtrees-fc50cb5f518d2e639339ce0146944322587960a2.tar.bz2
webtrees-fc50cb5f518d2e639339ce0146944322587960a2.zip
Diffstat (limited to 'modules')
-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 50a0859cec..3876627154 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. Usually 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;
}