From 6044dd4fd6fc2cdcf14756f2f4e7c5254f9131c1 Mon Sep 17 00:00:00 2001 From: nikrou Date: Tue, 2 Mar 2010 16:01:37 +0000 Subject: Feature 1450 : - add "subscribe %s" - fix misspelling in install.tpl and in install.php git-svn-id: http://piwigo.org/svn/trunk@5022 68402e56-0260-453c-a942-63ccdbb3a9ee --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 088122e0c..f686e414e 100644 --- a/install.php +++ b/install.php @@ -304,7 +304,7 @@ define(\'DB_COLLATE\', \'\'); { $html_content = htmlentities( $file_content, ENT_QUOTES ); $html_content = nl2br( $html_content ); - $error_copy = l10n('Copy the text in pink between hyphens and paste it into the file \"include/config_database.inc.php\"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'); + $error_copy = l10n('Copy the text in pink between hyphens and paste it into the file "include/config_database.inc.php"(Warning : config_database.inc.php must only contain what is in pink, no line return or space character)'); $error_copy .= '
--------------------------------------------------------------------
'; $error_copy .= '' . $html_content . ''; $error_copy .= '
--------------------------------------------------------------------
'; -- cgit v1.2.3