summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-03 20:13:02 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-03 20:13:02 +0000
commit212ecfcdccbbb3b700891d308d9705c4575c612e (patch)
treec8a417f8fe9c0dea91cd1cb4cc329ff0e6e6fe85
parentad89d05563c84a5e5e1abdf9ea223d023c94938a (diff)
downloadwebtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.tar.gz
webtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.tar.bz2
webtrees-212ecfcdccbbb3b700891d308d9705c4575c612e.zip
Tweak to new help text
-rw-r--r--help_text.php2
-rw-r--r--setup.php2
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':
diff --git a/setup.php b/setup.php
index d04da142e4..240b25e086 100644
--- a/setup.php
+++ b/setup.php
@@ -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>',