diff --git a/phpBB/language/en/acp/database.php b/phpBB/language/en/acp/database.php index 5effb37848..e776b13024 100644 --- a/phpBB/language/en/acp/database.php +++ b/phpBB/language/en/acp/database.php @@ -55,6 +55,7 @@ $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 048e82ecf2..029f63e1c0 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -486,7 +486,7 @@ $lang = array_merge($lang, array( 'SEARCH_UNANSWERED' => 'View unanswered posts', 'SECONDS' => 'Seconds', 'SELECT' => 'Select', - 'SELECT_ALL' => 'Select all', + 'SELECT_ALL_CODE' => 'Select all', 'SELECT_DESTINATION_FORUM' => 'Please select a destination forum', 'SELECT_FORUM' => 'Select a forum', 'SEND_EMAIL' => 'E-mail', diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html index 36c314e0c0..30d68af614 100644 --- a/phpBB/styles/prosilver/template/bbcode.html +++ b/phpBB/styles/prosilver/template/bbcode.html @@ -12,7 +12,7 @@
-
{L_CODE}: {L_SELECT_ALL}
+
{L_CODE}: {L_SELECT_ALL_CODE}