diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-12 13:50:38 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-12 13:50:38 +0000 |
commit | 9a0aab2515effe084c8bce85826a8e04a271a93b (patch) | |
tree | 354ddd694f3161a436a6e89e0a8c4e2bb99dc031 /language/en_UK | |
parent | b5b089670a796b2a6a510330bc081e42ddd937c2 (diff) |
merge -c2865 from trunk to branch 2.0
- Remove advises of file removal at the end of install (forgotten in last commit!)
git-svn-id: http://piwigo.org/svn/branches/2.0@2866 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/install.lang.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/language/en_UK/install.lang.php b/language/en_UK/install.lang.php index 92cbe08d6..c34bb2e30 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -59,8 +59,6 @@ $lang['step2_pwd_conf'] = 'Password [confirm]'; $lang['step2_pwd_conf_info'] = 'verification'; $lang['install_help'] = 'Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'; $lang['install_end_message'] = 'The configuration of Piwigo is finished, here is the next step<br /><br /> -For security reason, please delete file "install.php"<br /> -Once this file deleted , follow this instructions :<br /> * go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> * this login will enable you to access to the administration panel and to the instructions in order to place pictures in your directories'; $lang['conf_mail_webmaster'] = 'Webmaster mail address'; |