diff options
| -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>', |
