diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-03 19:42:16 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-03 19:42:16 +0000 |
commit | 925f581f2864cbb35cdb8b344d0d29f2659707d4 (patch) | |
tree | 07b6e3540611e9afb3c4b30c86ae13b5dd761f4c /language/en_UK/install.lang.php | |
parent | 07abd206ce999247d0f34ed46c94cdc0023ff2cf (diff) |
Install goes smarty.
Get browser language directly.
git-svn-id: http://piwigo.org/svn/trunk@2248 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/install.lang.php')
-rw-r--r-- | language/en_UK/install.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index d0e6f1139..e8564446c 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -40,7 +40,7 @@ $lang['step1_err_db'] = 'Connection to server succeed, but it was impossible to $lang['step1_err_server'] = 'Can\'t connect to server'; $lang['step1_err_copy_2'] = 'The next step of the installation is now possible'; $lang['step1_err_copy_next'] = 'next step'; -$lang['step1_err_copy'] = 'Copy the text between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; +$lang['step1_err_copy'] = 'Copy the text in red between hyphens and paste it into the file "include/mysql.inc.php"(Warning : mysql.inc.php must only contain what is in blue, no line return or space character)'; $lang['step1_host'] = 'MySQL host'; $lang['step1_host_info'] = 'localhost, sql.multimania.com, toto.freesurf.fr'; |