Browse Source

How i missed that

Signed-off-by: Antes <[email protected]>
Antes 11 years ago
parent
commit
4bd925752c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Themes/default/Post.template.php

+ 1 - 1
Themes/default/Post.template.php

@@ -844,7 +844,7 @@ function template_main()
 			{
 				echo '
 					<ul class="quickbuttons" id="msg_', $post['id'], '_quote">
-						<li><a href="#postmodify" onclick="return insertQuoteFast(', $post['id'], ');" class="quote_button">',$txt['bbc_quote'],'</a></li>
+						<li><a href="#postmodify" onclick="return insertQuoteFast(', $post['id'], ');" class="quote_button">',$editortxt['bbc_quote'],'</a></li>
 					</ul>';
 			}