aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-05-20 14:02:12 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-05-20 14:02:12 +0000
commit2f9992bc3abdce909c5e203873a79b1e4786cb00 (patch)
tree5dc34c7d9f813f9120dd46f87fad8470ac1a32c7
parentd5477a53dac3a655907b45986b25c962335b086c (diff)
downloadforums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar
forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.gz
forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.bz2
forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.tar.xz
forums-2f9992bc3abdce909c5e203873a79b1e4786cb00.zip
sorry for the change, but i have to agree, they are used for very different purposes. ;)
git-svn-id: file:///svn/phpbb/trunk@7653 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/language/en/acp/database.php1
-rw-r--r--phpBB/language/en/common.php2
-rw-r--r--phpBB/styles/prosilver/template/bbcode.html2
3 files changed, 3 insertions, 2 deletions
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.<br /><br />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 @@
<!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open -->
<!-- BEGIN quote_close --></div></blockquote><!-- END quote_close -->
-<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL}</a></dt><dd><code><!-- END code_open -->
+<!-- BEGIN code_open --><dl class="codebox"><dt>{L_CODE}: <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></dt><dd><code><!-- END code_open -->
<!-- BEGIN code_close --></code></dd></dl><!-- END code_close -->
<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open -->