From 47d3e4d9b8949d98e86373de0931e928e5ae09ef Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Sat, 19 May 2007 16:32:21 +0000 Subject: [PATCH] Better here; well-spotted John :D git-svn-id: file:///svn/phpbb/trunk@7645 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/acp/database.php | 1 - phpBB/language/en/common.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index e776b13024..5effb37848 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -55,7 +55,6 @@ $lang = array_merge($lang, array( 'RESTORE_OPTIONS' => 'Restore options', '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', 'SELECT_FILE' => 'Select a file', 'START_BACKUP' => 'Start backup', 'START_RESTORE' => 'Start restore', diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index 292582eb55..048e82ecf2 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -486,6 +486,7 @@ $lang = array_merge($lang, array( 'SEARCH_UNANSWERED' => 'View unanswered posts', 'SECONDS' => 'Seconds', 'SELECT' => 'Select', + 'SELECT_ALL' => 'Select all', 'SELECT_DESTINATION_FORUM' => 'Please select a destination forum', 'SELECT_FORUM' => 'Select a forum', 'SEND_EMAIL' => 'E-mail',