diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-07-30 01:38:06 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-07-30 01:38:06 +0200 |
commit | 32499c8808bb72812f66ba00e35c5af128a4d4e2 (patch) | |
tree | 1ab6292da09517f86b5c4dfaf31634229a0d533b /phpBB/language/en/install.php | |
parent | 0ff2e93c1937f96f8fcd733a152a0c2f263706b1 (diff) | |
download | forums-32499c8808bb72812f66ba00e35c5af128a4d4e2.tar forums-32499c8808bb72812f66ba00e35c5af128a4d4e2.tar.gz forums-32499c8808bb72812f66ba00e35c5af128a4d4e2.tar.bz2 forums-32499c8808bb72812f66ba00e35c5af128a4d4e2.tar.xz forums-32499c8808bb72812f66ba00e35c5af128a4d4e2.zip |
[ticket/11574] Remove install/udpate/new/ fallback from database_update.php
Since we switched the order, everything should be in the normal root by
then.
PHPBB3-11574
Diffstat (limited to 'phpBB/language/en/install.php')
-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 f994f339a9..03c9562983 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -398,7 +398,7 @@ $lang = array_merge($lang, array( 'DATABASE_TYPE' => 'Database type', 'DATABASE_UPDATE_COMPLETE' => 'Database updater has completed!', - 'DATABASE_UPDATE_CONTINUE' => 'Continue database update.', + 'DATABASE_UPDATE_CONTINUE' => 'Continue database update', 'DATABASE_UPDATE_INFO_OLD' => 'The database update file within the install directory is outdated. Please make sure you uploaded the correct version of the file.', 'DATABASE_UPDATE_NOT_COMPLETED' => 'The database update has not yet completed.', 'DELETE_USER_REMOVE' => 'Delete user and remove posts', |