From: Purodha B Blissenbach Date: Mon, 28 Mar 2011 22:02:23 +0000 (+0000) Subject: Acknowledge that the e-mail address of the initial wiki sysop is optional. X-Git-Tag: 1.31.0-rc.0~31145 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=7f18e71296350e745ab1764f6ad2b8edbb72f84a;p=lhc%2Fweb%2Fwiklou.git Acknowledge that the e-mail address of the initial wiki sysop is optional. --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index bfb6a1d99c..27e768b125 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -353,7 +353,7 @@ Specify a different username.', 'config-admin-password-same' => 'The password must not be the same as the username.', 'config-admin-password-mismatch' => 'The two passwords you entered do not match.', 'config-admin-email' => 'E-mail address:', - 'config-admin-email-help' => 'Enter an e-mail address here to allow you to receive e-mail from other users on the wiki, reset your password, and be notified of changes to pages on your watchlist.', + 'config-admin-email-help' => 'Enter an e-mail address here to allow you to receive e-mail from other users on the wiki, reset your password, and be notified of changes to pages on your watchlist. You can leave this field empty.', 'config-admin-error-user' => 'Internal error when creating an admin with the name "$1".', 'config-admin-error-password' => 'Internal error when setting a password for the admin "$1":
$2
', 'config-admin-error-bademail' => 'You have entered an invalid e-mail address.',