diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-09-06 21:45:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-09-06 21:45:49 +0200 |
commit | 801519ca4d1d83e3850d8524aeda9d8820857a34 (patch) | |
tree | 7b79d749f7b035d472757ac2ce389363875c6e61 /phpBB/language | |
parent | a4f42ced3d935aca1b9e94c12110cfcd08a3078d (diff) | |
parent | f6b376def8b61700ada08e6162d9f773f8a2b530 (diff) | |
download | forums-801519ca4d1d83e3850d8524aeda9d8820857a34.tar forums-801519ca4d1d83e3850d8524aeda9d8820857a34.tar.gz forums-801519ca4d1d83e3850d8524aeda9d8820857a34.tar.bz2 forums-801519ca4d1d83e3850d8524aeda9d8820857a34.tar.xz forums-801519ca4d1d83e3850d8524aeda9d8820857a34.zip |
Merge pull request #4435 from Crizz0/ticket/14764
[ticket/14764] Wrong link to database update script has been fixed
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index b67b87959d..a6aef9797a 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -222,7 +222,7 @@ $lang = array_merge($lang, array( 'UPDATE_INCOMPLETE_MORE' => 'Please read the information below in order to fix this error.', 'UPDATE_INCOMPLETE_EXPLAIN' => '<h1>Incomplete update</h1> - <p>We noticed that the last update of your phpBB installation hasn’t been completed. Visit the <a href="%1$s" title="%1$s">database_update script</a> and run it. If it is missing, please <a href="https://www.phpbb.com/downloads/" title="phpBB downloads">download your package version</a>, upload the "install" folder to your phpBB root directory (where your config.php file is) and <a href="%1$s" title="%1$s">run the database update script</a>.</p>', + <p>We noticed that the last update of your phpBB installation hasn’t been completed. Visit the <a href="%1$s" title="%1$s">database updater</a>, ensure <em>Update database only</em> is selected and click on <strong>Submit</strong>. Don\'t forget to delete the "install"-directory after you have updated the database sucessfully.</p>', // // Server data |