diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-26 17:22:32 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-11-26 17:22:32 +0000 |
commit | 12fb5f6aa2286eb3e1be384ba61c66131088d4a1 (patch) | |
tree | 9c47eedfd40b2d2e5d9b559b821f4966dafe72a7 /phpBB/language/en/install.php | |
parent | 4d6f84c3208c0d941d3b786a1c60682e9c20193f (diff) | |
download | forums-12fb5f6aa2286eb3e1be384ba61c66131088d4a1.tar forums-12fb5f6aa2286eb3e1be384ba61c66131088d4a1.tar.gz forums-12fb5f6aa2286eb3e1be384ba61c66131088d4a1.tar.bz2 forums-12fb5f6aa2286eb3e1be384ba61c66131088d4a1.tar.xz forums-12fb5f6aa2286eb3e1be384ba61c66131088d4a1.zip |
- fixed bug within the user_add function
- fixed some updater bugs
git-svn-id: file:///svn/phpbb/trunk@6663 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-x | 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 7dbf0106e6..2cd932b54f 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -372,7 +372,7 @@ $lang = array_merge($lang, array( 'NOTICE' => 'Notice', 'NUM_CONFLICTS' => 'Number of conflicts', - 'OLD_UPDATE_FILES' => 'Update files are out of date. The update files found are for updating to phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.', + 'OLD_UPDATE_FILES' => 'Update files are out of date. The update files found are for updating from phpBB %1$s to phpBB %2$s but the latest version of phpBB is %3$s.', 'PERFORM_DATABASE_UPDATE' => 'Perform database update', 'PERFORM_DATABASE_UPDATE_EXPLAIN' => 'Below you will find a link to the database update script. This script needs to be run seperatly because updating the database might result in unexpected behaviour if you are logged in. The database update can take a while, so please do not stop the execution if it only seems to hang. After you clicked the link and the update finished you can close this window too.', |