Aleksander Nowodzinski пре 9 година
родитељ
комит
9ff504535d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

+ 1 - 1
packages/ckeditor5-editor-classic/src/utils/imitatefeatures.js

@@ -83,7 +83,7 @@ export function imitateFeatures( editor ) {
 
 	fontListModel.on( 'execute', ( evtInfo, itemModel ) => {
 		/* global console */
-		console.log( 'List item executed', itemModel );
+		console.log( 'Font list item executed', itemModel );
 	} );
 
 	/* istanbul ignore next */