diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-19 21:54:20 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-11-19 21:54:20 -0500 |
commit | f33dcacabef1ceb461a7bc2783a3300dc066b4f4 (patch) | |
tree | 2df642536f6b5f1e8efae7156e1eb6dcecded729 /phpBB/language/en/acp/database.php | |
parent | f5b009158c08776b5c9dc8d43b4fcc1fc1b820e7 (diff) | |
parent | fb430299356a027686a3216ba4974b955f3701ae (diff) | |
download | forums-f33dcacabef1ceb461a7bc2783a3300dc066b4f4.tar forums-f33dcacabef1ceb461a7bc2783a3300dc066b4f4.tar.gz forums-f33dcacabef1ceb461a7bc2783a3300dc066b4f4.tar.bz2 forums-f33dcacabef1ceb461a7bc2783a3300dc066b4f4.tar.xz forums-f33dcacabef1ceb461a7bc2783a3300dc066b4f4.zip |
Merge branch 'develop-olympus' into develop
* develop-olympus:
[ticket/10239] Correct undefined variable error.
[ticket/10239] Add confirm box to backup restore.
Diffstat (limited to 'phpBB/language/en/acp/database.php')
-rw-r--r-- | phpBB/language/en/acp/database.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 1854e009b4..2f9431462b 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -59,6 +59,7 @@ $lang = array_merge($lang, array( 'RESTORE_FAILURE' => 'The backup file may be corrupt.', 'RESTORE_OPTIONS' => 'Restore options', + 'RESTORE_SELECTED_BACKUP' => 'Are you sure you want to restore the selected backup?', 'RESTORE_SUCCESS' => 'The database has been successfully restored.<br /><br />Your board should be back to the state it was when the backup was made.', 'SELECT_ALL' => 'Select all', |