diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-06-19 15:43:34 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-06-19 15:43:34 +0000 |
| commit | 4f074f863f4feee9c2e24c89ff3c4e3c567cf104 (patch) | |
| tree | b138c17ed277224b3dd72e6741c8e5317a3c5ceb /index_edit.php | |
| parent | 036e741c2cd4b7ec167774f04224872e9cb2e778 (diff) | |
| download | webtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.tar.gz webtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.tar.bz2 webtrees-4f074f863f4feee9c2e24c89ff3c4e3c567cf104.zip | |
Update the names and descriptions of the modules, so that they are (hopefully!) clear, concise, accurate and consistent.
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/index_edit.php b/index_edit.php index 2e7592959f..7d5bbe3598 100644 --- a/index_edit.php +++ b/index_edit.php @@ -1,6 +1,5 @@ <?php -// My Page page allows a logged in user the abilty -// to keep bookmarks, see a list of upcoming events, etc. +// Change the blocks on "My page" and "Home page" // // webtrees: Web based Family History software // Copyright (C) 2011 webtrees development team. @@ -91,7 +90,7 @@ if ($ctype=='user') { } if ($ctype=='user') { - print_simple_header(WT_I18N::translate('My Page')); + print_simple_header(WT_I18N::translate('My page')); } else { print_simple_header(get_gedcom_setting(WT_GED_ID, 'title')); } @@ -305,8 +304,7 @@ if ($action=="configure") { <table border="1" width="400px"> <tr><td class="topbottombar" colspan="7"> <?php - if ($ctype=="user") echo "<b>".WT_I18N::translate('Customize My Page')."</b>"; - else echo "<b>".WT_I18N::translate('Customize this GEDCOM Home Page')."</b>"; + echo "<b>".WT_I18N::translate('Change the blocks on this page')."</b>"; echo help_link('portal_config_intructions'); echo "</td></tr>"; // NOTE: Row 1: Column legends |
