diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 16:37:20 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-01-22 16:37:20 +0100 |
commit | a620ce0713f42daea8c5b0c4fdb70c63748af1f8 (patch) | |
tree | 9f4c4f96abb5757c5161fd4b9ee79c12170e1e84 /phpBB/language/en/install.php | |
parent | 0572d6e33ad8f19f9f70d872421ee6ab268d6ae8 (diff) | |
download | forums-a620ce0713f42daea8c5b0c4fdb70c63748af1f8.tar forums-a620ce0713f42daea8c5b0c4fdb70c63748af1f8.tar.gz forums-a620ce0713f42daea8c5b0c4fdb70c63748af1f8.tar.bz2 forums-a620ce0713f42daea8c5b0c4fdb70c63748af1f8.tar.xz forums-a620ce0713f42daea8c5b0c4fdb70c63748af1f8.zip |
[ticket/14968] Display possible upgrade on acp index and update page
PHPBB3-14968
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 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.', |