From: Chad Horohoe Date: Wed, 12 Jan 2011 08:57:53 +0000 (+0000) Subject: DB name can have hyphens (fixed in r79767), bug 26685 pointed out the message discrepancy X-Git-Tag: 1.31.0-rc.0~32600 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=0259dcd4aed82d4b861c453b7a8e5a957939ac9b;p=lhc%2Fweb%2Fwiklou.git DB name can have hyphens (fixed in r79767), bug 26685 pointed out the message discrepancy --- 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:',