From: Pradeep Nayak Date: Tue, 8 Sep 2015 21:38:33 +0000 (+0530) Subject: CRM-16617, fixed warning from jenkin X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dc7cc00f4d0ffe8b97eddbf409688ab09dacec3a;p=civicrm-core.git CRM-16617, fixed warning from jenkin ---------------------------------------- * CRM-16617: https://issues.civicrm.org/jira/browse/CRM-16617 --- diff --git a/install/index.php b/install/index.php index 313c8f0eee..69cae03501 100644 --- a/install/index.php +++ b/install/index.php @@ -356,7 +356,7 @@ class InstallRequirements { $onlyRequire = ($dbName == 'Drupal') ? TRUE : FALSE; $this->requireValidDBName( $databaseConfig['database'], - array( + array( ts("MySQL %1 Configuration", array(1 => $dbName)), ts("Is the provided database name valid?"), ts("The database name provided is not valid. Please use only 0-9, a-z, A-Z and _ as characters in the name."),