aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/install.en.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:02:55 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:02:55 +0100
commit48a1a36222ddcf1cb637302bdd09e2bcf9b15844 (patch)
tree186a41f678052018e275576b5d9eb3c5bd04be30 /app/i18n/install.en.php
parent33e200dc04b21e24e7b6e277ad1fe1b361411fbe (diff)
Correction bug base_url
À appliquer aussi à la 0.7-beta
Diffstat (limited to 'app/i18n/install.en.php')
-rw-r--r--app/i18n/install.en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/install.en.php b/app/i18n/install.en.php
index 74245d63b..8df48989f 100644
--- a/app/i18n/install.en.php
+++ b/app/i18n/install.en.php
@@ -55,7 +55,7 @@ return array (
'update_start' => 'Start update process',
'update_long' => 'This can take a long time, depending on the size of your database. You may have to wait for this page to time out (~5 minutes) and then refresh this page.',
- 'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete the <kbd>./public/install.php</kbd> file and any database backup created during the update process.<br />You may choose to skip this step and delete <kbd>./public/install.php</kbd> manually.',
+ 'installation_is_ok' => 'The installation process was successful.<br />The final step will now attempt to delete the <kbd>./p/i/install.php</kbd> file and any database backup created during the update process.<br />You may choose to skip this step and delete <kbd>./p/i/install.php</kbd> manually.',
'finish_installation' => 'Complete installation',
'install_not_deleted' => 'Something went wrong; you must delete the file <em>%s</em> manually.',
);