Index: /CKEditor/trunk/_source/plugins/forms/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/forms/plugin.js	(revision 3164)
+++ /CKEditor/trunk/_source/plugins/forms/plugin.js	(revision 3165)
@@ -26,5 +26,5 @@
 			editor.ui.addButton( buttonName,
 				{
-					label : editor.lang.common[ commandName ],
+					label : editor.lang.common[ buttonName.charAt(0).toLowerCase() + buttonName.slice(1) ],
 					command : commandName
 				});
