diff options
author | David King <imkingdavid@gmail.com> | 2012-02-03 17:00:09 -0500 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-02-03 17:00:09 -0500 |
commit | 2929d345ab93e4814d3880313f6ea78cb30fabe6 (patch) | |
tree | d6e05d169cf33675dab40f576dae46d791a191d4 /phpBB/language/en/install.php | |
parent | cddd63aae045a833e9a3ec4bb396b3987f95cbd3 (diff) | |
parent | 508b06063fe087bb484c360b03c65637a19e31a7 (diff) | |
download | forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.gz forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.bz2 forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.tar.xz forums-2929d345ab93e4814d3880313f6ea78cb30fabe6.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/9914] Add backup warning to updater.
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 7edc0b03ce..02cc949a7a 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -51,6 +51,7 @@ $lang = array_merge($lang, array( 'BLANK_PREFIX_FOUND' => 'A scan of your tables has shown a valid installation using no table prefix.', 'BOARD_NOT_INSTALLED' => 'No installation found', 'BOARD_NOT_INSTALLED_EXPLAIN' => 'The phpBB Unified Convertor Framework requires a default installation of phpBB3 to function, please <a href="%s">proceed by first installing phpBB3</a>.', + 'BACKUP_NOTICE' => 'Please backup your board before updating in case any problems arise during the update process.', 'CATEGORY' => 'Category', 'CACHE_STORE' => 'Cache type', |