Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 2139)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 2140)
@@ -53,4 +53,6 @@
 			error in IE which occurs when there are placeholder elements in the document and the user
 			has pressed the Source button.</li>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2314">#2314</a>] Corrected
+			mixed up Chinese translations for the blockquote command.</li>
 	</ul>
 	<p>
Index: /FCKeditor/trunk/editor/lang/zh-cn.js
===================================================================
--- /FCKeditor/trunk/editor/lang/zh-cn.js	(revision 2139)
+++ /FCKeditor/trunk/editor/lang/zh-cn.js	(revision 2140)
@@ -72,5 +72,5 @@
 DecreaseIndent		: "减少缩进量",
 IncreaseIndent		: "增加缩进量",
-Blockquote			: "引用文字",
+Blockquote			: "块引用",
 Undo				: "撤消",
 Redo				: "重做",
Index: /FCKeditor/trunk/editor/lang/zh.js
===================================================================
--- /FCKeditor/trunk/editor/lang/zh.js	(revision 2139)
+++ /FCKeditor/trunk/editor/lang/zh.js	(revision 2140)
@@ -72,5 +72,5 @@
 DecreaseIndent		: "減少縮排",
 IncreaseIndent		: "增加縮排",
-Blockquote			: "块引用",
+Blockquote			: "引用文字",
 Undo				: "復原",
 Redo				: "重複",
