aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-01-22 23:10:22 +0100
committerTristan Darricau <github@nicofuma.fr>2017-01-22 23:10:22 +0100
commit085a839963b61e9812aa06601b1ffeb2eb077ab9 (patch)
tree0704c11cc4046d2ad235515774b62e2ab9ee8750 /phpBB/language/en
parentdcadfe092c16b539121d2118169419ed01a6cc2c (diff)
parent38d0f2892e9d8f55c6e6af2d004da9621ee7f8f5 (diff)
downloadforums-085a839963b61e9812aa06601b1ffeb2eb077ab9.tar
forums-085a839963b61e9812aa06601b1ffeb2eb077ab9.tar.gz
forums-085a839963b61e9812aa06601b1ffeb2eb077ab9.tar.bz2
forums-085a839963b61e9812aa06601b1ffeb2eb077ab9.tar.xz
forums-085a839963b61e9812aa06601b1ffeb2eb077ab9.zip
Merge pull request #4662 from marc1706/ticket/14968
[ticket/14968] Distinguish between update/upgrade & show upgrade info in ACP index * marc1706/ticket/14968: [ticket/14968] Use earlier version as written in comment [ticket/14968] Update docblock and ensure method returns array [ticket/14968] Display possible upgrade on acp index and update page [ticket/14968] Add method for retrieving updates on current branch
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index 6477a929e9..0460c0613e 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -574,6 +574,7 @@ $lang = array_merge($lang, array(
'UPDATING_DATA' => 'Updating data',
'UPDATING_TO_LATEST_STABLE' => 'Updating database to latest stable release',
'UPDATED_VERSION' => 'Updated version',
+ 'UPGRADE_INSTRUCTIONS' => 'A new feature release <strong>%1$s</strong> is available. Please read <a href="%2$s" title="%2$s"><strong>the release announcement</strong></a> to learn about what it has to offer, and how to upgrade.',
'UPLOAD_METHOD' => 'Upload method',
'UPDATE_DB_SUCCESS' => 'Database update was successful.',