diff --git a/html/user/bbcode.php b/html/user/bbcode.php
index 5897908789..00cddd90e5 100644
--- a/html/user/bbcode.php
+++ b/html/user/bbcode.php
@@ -16,10 +16,10 @@ row2_plain("[u]Underline[/u]", "Underline");
row2_plain("[size=15]Big text[/size]", "Big text");
row2_plain("[color=red]Red text[/color]", "Red text");
row2_plain("[url=http://google.com/]Google[/url]", "Google");
-row2_plain("[quote]Quoted[/quoted]", "use for quoted blocks of text");
+row2_plain("[quote]Quoted text[/quote]", "use for quoted blocks of text");
row2_plain("[img]http://example.com/pic.jpg[/img]", "use to display an image");
row2_plain("[code]Code snippet here[/code]", "use to display some code");
-row2_plain("[pre]Pre-formatted text here[/pre]", "use to display pre-formatted (usually monospaced) text");
+row2_plain("[pre]Pre-formatted text[/pre]", "use to display pre-formatted (usually monospaced) text");
row2_plain("[list]
* Item 1
*Item2
[/list]", "