diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:03:06 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-07-11 15:03:06 +0000 |
commit | bd33acd012f96096e5ef6ba131aac0b260aea6c2 (patch) | |
tree | f4781a0c2ef33c6f54c3ab10d3e8a64c04db858c /phpBB/language | |
parent | 2b72a95734ed6f46d8cfccbbea01132b5de37994 (diff) | |
download | forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.gz forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.bz2 forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.tar.xz forums-bd33acd012f96096e5ef6ba131aac0b260aea6c2.zip |
some fixes
git-svn-id: file:///svn/phpbb/trunk@7866 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-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 b946de5d1a..021bc7f2c9 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -446,7 +446,7 @@ $lang = array_merge($lang, array( '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 button to the database update script. The database update can take a while, so please do not stop the execution if it seems to hang. After the database update had been performed just follow the instructions to continue the update process.', + 'PERFORM_DATABASE_UPDATE_EXPLAIN' => 'Below you will find a button to the database update script. The database update can take a while, so please do not stop the execution if it seems to hang. After the database update has been performed just follow the instructions to continue the update process.', 'PREVIOUS_VERSION' => 'Previous version', 'PROGRESS' => 'Progress', |