diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-03 20:13:02 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-03 20:13:02 +0000 |
| commit | 212ecfcdccbbb3b700891d308d9705c4575c612e (patch) | |
| tree | c8a417f8fe9c0dea91cd1cb4cc329ff0e6e6fe85 | |
| parent | ad89d05563c84a5e5e1abdf9ea223d023c94938a (diff) | |
| download | webtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.tar.gz webtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.tar.bz2 webtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.zip | |
Tweak to new help text
| -rw-r--r-- | help_text.php | 2 | ||||
| -rw-r--r-- | setup.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help_text.php b/help_text.php index 8a6ff7c9c4..031b5c09b9 100644 --- a/help_text.php +++ b/help_text.php @@ -2362,7 +2362,7 @@ case 'edituser_rootid': case 'email': $title=WT_I18N::translate('Email address'); - $text=WT_I18N::translate('This will be used to send you password reminders, site notifications, and messages from other family members who register on the site.'); + $text=WT_I18N::translate('This email address will be used to send you password reminders, site notifications, and messages from other family members who are registered on the site.'); break; case 'export_gedcom': @@ -458,7 +458,7 @@ if (empty($_POST['wtname']) || empty($_POST['wtuser']) || strlen($_POST['wtpass' '</td></tr><tr><td>', WT_I18N::translate('Email address'), '</td><td>', '<input type="text" name="wtemail" value="', htmlspecialchars($_POST['wtemail']), '"></td><td>', - WT_I18N::translate('This will be used to send you password reminders, site notifications, and messages from other family members who register on the site.'), + WT_I18N::translate('This email address will be used to send you password reminders, site notifications, and messages from other family members who are registered on the site.'), '</td></tr><tr><td>', '</td></tr></table>', '</fieldset>', |
