From 7f18e71296350e745ab1764f6ad2b8edbb72f84a Mon Sep 17 00:00:00 2001 From: Purodha B Blissenbach Date: Mon, 28 Mar 2011 22:02:23 +0000 Subject: [PATCH] Acknowledge that the e-mail address of the initial wiki sysop is optional. --- includes/installer/Installer.i18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', -- 2.20.1