From 014d3609ed42bccd43f940efd21872167202ee9f Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 12 Jan 2011 09:00:08 +0000 Subject: [PATCH] (bug 26687) Error msg needs full stop --- 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 66cd909ab7..954b21d121 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -344,7 +344,7 @@ Specify a different username.', '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-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', + 'config-admin-error-bademail' => 'You have entered an invalid e-mail address.', 'config-subscribe' => 'Subscribe to the [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce release announcements mailing list].', 'config-subscribe-help' => 'This is a low-volume mailing list used for release announcements, including important security announcements. You should subscribe to it and update your MediaWiki installation when new versions come out.', -- 2.20.1