summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-02-24 21:40:39 +0000
committerfisharebest <fisharebest@gmail.com>2011-02-24 21:40:39 +0000
commit436c5b02c29eef4d21a0a2f07111dfdd057133d3 (patch)
treee4f1bc3ca49a4bf6838cea53207f6f1b0bccc855
parentf7ae6818f3d4570bc240009faddc5a3bb1ba4d9e (diff)
downloadwebtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.tar.gz
webtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.tar.bz2
webtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.zip
New text for "admin welcome" message
-rw-r--r--admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin.php b/admin.php
index 01fef2339a..fcaa8b05b2 100644
--- a/admin.php
+++ b/admin.php
@@ -67,7 +67,7 @@ echo '<div id="x">';// div x - manages the accordion effect
echo '<h2>', WT_WEBTREES, ' ', WT_VERSION, '</h2>',
'<div id="about">',
- '<p>', WT_I18N::translate('Welcome to the <b>webtrees</b> administration page. This page provides access to all the site and family tree configuration settings as well as providing some useful information blocks.'), '</p>',
+ '<p>', WT_I18N::translate('These pages provide access to all the configuration settings and management tools for this <b>webtrees</b> site.'), '</p>',
'<p>', /* I18N: %s is a URL/link to the project website */ WT_I18N::translate('Support and documentation can be found at %s.', ' <a class="current" href="http://webtrees.net/">webtrees.net</a>'), '</p>',
'</div>';