diff options
author | patdenice <patdenice@piwigo.org> | 2008-11-23 17:25:24 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-11-23 17:25:24 +0000 |
commit | 60f2d18f1fbceff44fcd43eab9528441ea126377 (patch) | |
tree | d28a6238a28ffc047002e7348eec51cb6459e7b6 /language/en_UK/install.lang.php | |
parent | a1e6ae0f159e9cae29683078e358e10d7675badd (diff) |
merge -c2902 from trunk to branch 2.0.
- Add home and identification buttons after installation.
- Use fetchRemote function for remote site actions.
- Corrections in fetchRemote fnction.
- Move PLUGIN_PICTURE_BEFORE in picture.tpl.
git-svn-id: http://piwigo.org/svn/branches/2.0@2903 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 c34bb2e30..aa2d24652 100644 --- a/language/en_UK/install.lang.php +++ b/language/en_UK/install.lang.php @@ -59,7 +59,7 @@ $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 /> -* go to the identification page : [ <a href="identification.php">identification</a> ] and use the login/password given for webmaster<br /> +* go to the identification page 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'; $lang['conf_mail_webmaster_info'] = 'Visitors will be able to contact site administrator with this mail'; |