Index: /FCKeditor/branches/features/div_container/editor/_source/internals/fck_contextmenu.js
===================================================================
--- /FCKeditor/branches/features/div_container/editor/_source/internals/fck_contextmenu.js	(revision 2120)
+++ /FCKeditor/branches/features/div_container/editor/_source/internals/fck_contextmenu.js	(revision 2121)
@@ -302,6 +302,6 @@
 				{
 					menu.AddSeparator() ;
-					menu.AddItem( 'EditDiv', FCKLang.EditDiv, 73 ) ;
-					menu.AddItem( 'DeleteDiv', FCKLang.DeleteDiv, 73 ) ;
+					menu.AddItem( 'EditDiv', FCKLang.EditDiv, 75 ) ;
+					menu.AddItem( 'DeleteDiv', FCKLang.DeleteDiv, 76 ) ;
 				}
 			}} ;
Index: /FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js
===================================================================
--- /FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js	(revision 2120)
+++ /FCKeditor/branches/features/div_container/editor/_source/internals/fcktoolbaritems.js	(revision 2121)
@@ -72,5 +72,5 @@
 		case 'Indent'			: oItem = new FCKToolbarButton( 'Indent'	, FCKLang.IncreaseIndent, null, null, false, true, 29 ) ; break ;
 		case 'Blockquote'			: oItem = new FCKToolbarButton( 'Blockquote'	, FCKLang.Blockquote, null, null, false, true, 73 ) ; break ;
-		case 'CreateDiv'			: oItem = new FCKToolbarButton( 'CreateDiv'	, FCKLang.Blockquote, null, null, false, true, 73 ) ; break ;
+		case 'CreateDiv'			: oItem = new FCKToolbarButton( 'CreateDiv'	, FCKLang.Blockquote, null, null, false, true, 74 ) ; break ;
 
 		case 'Link'				: oItem = new FCKToolbarButton( 'Link'		, FCKLang.InsertLinkLbl, FCKLang.InsertLink, null, false, true, 34 ) ; break ;
