From a1febdd4290cf2b5aabf5fe6b656da1b3ad4f4c9 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 21 Sep 2011 21:19:37 +0100 Subject: [ticket/10239] Add confirm box to backup restore. PHPBB3-10239 --- phpBB/language/en/acp/database.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/language/en/acp/database.php') diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index ae8f76d6b7..9c8ecbf13a 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.

Your board should be back to the state it was when the backup was made.', 'SELECT_ALL' => 'Select all', -- cgit v1.2.1