diff options
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.',  | 
