summaryrefslogtreecommitdiff
path: root/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'setup.php')
-rw-r--r--setup.php2
1 files changed, 1 insertions, 1 deletions
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>',