diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-10 21:55:05 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-10 21:55:05 +0100 |
| commit | 6d1c803999d2444620a1a560507f653ab973ff5f (patch) | |
| tree | fae0d8ffbfb33f02a4e8a86d4c776de74b91bdc1 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | 552fa1fb475f138699c21e1e8883a931f5d9efd9 (diff) | |
| download | webtrees-6d1c803999d2444620a1a560507f653ab973ff5f.tar.gz webtrees-6d1c803999d2444620a1a560507f653ab973ff5f.tar.bz2 webtrees-6d1c803999d2444620a1a560507f653ab973ff5f.zip | |
Prefer preferences
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 8ce8edcca8..2e681cb0f8 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -86,7 +86,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn $id = $this->getName() . $block_id; $class = $this->getName() . '_block'; if ($ctype === 'gedcom' && Auth::isManager($WT_TREE) || $ctype === 'user' && Auth::check()) { - $title = '<a class="icon-admin" title="' . I18N::translate('Configure') . '" href="block_edit.php?block_id=' . $block_id . '&ged=' . $WT_TREE->getNameHtml() . '&ctype=' . $ctype . '"></a>'; + $title = '<a class="icon-admin" title="' . I18N::translate('Preferences') . '" href="block_edit.php?block_id=' . $block_id . '&ged=' . $WT_TREE->getNameHtml() . '&ctype=' . $ctype . '"></a>'; } else { $title = ''; } |
