File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
editor . widgets . add ( 'image2' , image2 ) ;
70
70
71
71
// Add toolbar button for this plugin.
72
- editor . ui . addButton && editor . ui . addButton ( 'image2 ' , {
72
+ editor . ui . addButton && editor . ui . addButton ( 'Image2 ' , {
73
73
label : editor . lang . common . image ,
74
74
command : 'image2' ,
75
75
toolbar : 'insert,10'
Original file line number Diff line number Diff line change 94
94
editor . addMenuGroup ( 'language_remove' ) ; // Group order is skipped intentionally, it will be placed at the end.
95
95
editor . addMenuItems ( items ) ;
96
96
97
- editor . ui . add ( 'language ' , CKEDITOR . UI_MENUBUTTON , {
97
+ editor . ui . add ( 'Language ' , CKEDITOR . UI_MENUBUTTON , {
98
98
label : lang . button ,
99
99
// MenuButtons do not (yet) has toFeature method, so we cannot do this:
100
100
// toFeature: function( editor ) { return editor.getCommand( 'language' ); }
You can’t perform that action at this time.
0 commit comments