Procházet zdrojové kódy

Fixed comment in ImageAlternateText.

Szymon Kupś před 9 roky
rodič
revize
ab8af08677

+ 1 - 1
packages/ckeditor5-image/src/imagealternatetext/imagealternatetext.js

@@ -38,7 +38,7 @@ export default class ImageAlternateText extends Plugin {
 	init() {
 		this._createButton();
 
-		// Push button to default image toolbar if one exists.
+		// Push button to default image toolbar if the image toolbar was loaded.
 		const defaultImageToolbarConfig = this.editor.config.get( 'image.defaultToolbar' );
 
 		if ( defaultImageToolbarConfig ) {