aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-10 14:28:49 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-10 14:28:49 +0000
commit019c43fa18026b44fe337ace8ee847b532661acf (patch)
tree9d1f4fabfec39e1863ab2a72e60b6d3acd715e98 /phpBB
parent26bb3bbb6824166d05362f5516009fdf3477195f (diff)
downloadforums-019c43fa18026b44fe337ace8ee847b532661acf.tar
forums-019c43fa18026b44fe337ace8ee847b532661acf.tar.gz
forums-019c43fa18026b44fe337ace8ee847b532661acf.tar.bz2
forums-019c43fa18026b44fe337ace8ee847b532661acf.tar.xz
forums-019c43fa18026b44fe337ace8ee847b532661acf.zip
move QR editor
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9746 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/language/en/viewtopic.php2
-rw-r--r--phpBB/styles/prosilver/template/quickreply_editor.html3
2 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/language/en/viewtopic.php b/phpBB/language/en/viewtopic.php
index 5c28b94d4e..272597c54d 100644
--- a/phpBB/language/en/viewtopic.php
+++ b/phpBB/language/en/viewtopic.php
@@ -92,7 +92,7 @@ $lang = array_merge($lang, array(
'REPLY_TO_TOPIC' => 'Reply to topic',
'RETURN_POST' => '%sReturn to the post%s',
- 'SHOW_QR' => 'Show Editor',
+ 'SHOW_QR' => 'Quick Reply',
'SUBMIT_VOTE' => 'Submit vote',
'TOTAL_VOTES' => 'Total votes',
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html
index fbbcba9aba..f3927e0227 100644
--- a/phpBB/styles/prosilver/template/quickreply_editor.html
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html
@@ -42,9 +42,8 @@
<div class="inner"><span class="corners-top"><span></span></span>
<div class="content">
- <h2>{L_QUICKREPLY}</h2>
<fieldset class="submit-buttons">
- <input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/>
+ <input type="submit" name="show_qr" tabindex="1" class="button2" value="{L_SHOW_QR}" onclick="hide_qr(false);return false;"/>
</fieldset>
</div>