diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-29 09:26:50 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-29 09:26:50 +0000 |
| commit | 01fe852ad8eb19e0700e6dd87ec518493adae897 (patch) | |
| tree | 97ec33e1bb2dc69c8d636602d934f11289604fae /phpBB/language/en/install.php | |
| parent | a1807c8ddd87d604eaef8fc3f249e13b957d4730 (diff) | |
| download | forums-01fe852ad8eb19e0700e6dd87ec518493adae897.tar forums-01fe852ad8eb19e0700e6dd87ec518493adae897.tar.gz forums-01fe852ad8eb19e0700e6dd87ec518493adae897.tar.bz2 forums-01fe852ad8eb19e0700e6dd87ec518493adae897.tar.xz forums-01fe852ad8eb19e0700e6dd87ec518493adae897.zip | |
Slightly adjust version check on index page to be a bit more descriptive
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9889 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/install.php')
| -rw-r--r-- | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index bc2dfd6e16..ed8e4f3c20 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -564,6 +564,7 @@ $lang = array_merge($lang, array( 'VERSION_CHECK_EXPLAIN' => 'Checks to see if the version of phpBB you are currently running is up to date.', 'VERSION_NOT_UP_TO_DATE' => 'Your version of phpBB is not up to date. Please continue the update process.', 'VERSION_NOT_UP_TO_DATE_ACP'=> 'Your version of phpBB is not up to date.<br />Below you will find a link to the release announcement for the latest version as well as instructions on how to perform the update.', + 'VERSION_NOT_UP_TO_DATE_TITLE' => 'Your version of phpBB is not up to date.', 'VERSION_UP_TO_DATE' => 'Your installation is up to date, no updates are available for your version of phpBB. You may want to continue anyway to perform a file validity check.', 'VERSION_UP_TO_DATE_ACP' => 'Your installation is up to date, no updates are available for your version of phpBB. You do not need to update your installation.', 'VIEWING_FILE_CONTENTS' => 'Viewing file contents', |
