From 2b87be19c2a70075ae217a26c50cc9b83a479060 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 9 Sep 2015 03:08:33 +0530 Subject: [PATCH] CRM-16617, fixed warning from jenkin ---------------------------------------- * CRM-16617: https://issues.civicrm.org/jira/browse/CRM-16617 --- install/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 372b567125..99e6fc2700 100644 --- a/install/index.php +++ b/install/index.php @@ -410,7 +410,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."), -- 2.25.1