diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-02-24 21:40:39 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-02-24 21:40:39 +0000 |
| commit | 436c5b02c29eef4d21a0a2f07111dfdd057133d3 (patch) | |
| tree | e4f1bc3ca49a4bf6838cea53207f6f1b0bccc855 | |
| parent | f7ae6818f3d4570bc240009faddc5a3bb1ba4d9e (diff) | |
| download | webtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.tar.gz webtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.tar.bz2 webtrees-436c5b02c29eef4d21a0a2f07111dfdd057133d3.zip | |
New text for "admin welcome" message
| -rw-r--r-- | admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'; |
