From 0259dcd4aed82d4b861c453b7a8e5a957939ac9b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 12 Jan 2011 08:57:53 +0000 Subject: [PATCH] DB name can have hyphens (fixed in r79767), bug 26685 pointed out the message discrepancy --- 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 e5001135c1..66cd909ab7 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -161,7 +161,7 @@ If you are installing on a Windows server and using MySQL, using "localhost" may 'config-db-wiki-settings' => 'Identify this wiki', 'config-db-name' => 'Database name:', 'config-db-name-help' => 'Choose a name that identifies your wiki. -It should not contain spaces or hyphens. +It should not contain spaces. If you are using shared web hosting, your hosting provider will either give you a specific database name to use or let you create databases via a control panel.', 'config-db-name-oracle' => 'Database schema:', -- 2.20.1