소스 검색

Enable tooltip in ImageAlternateText button.

Szymon Kupś 9 년 전
부모
커밋
230863897b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/ckeditor5-image/src/imagealternatetext/imagealternatetext.js

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

@@ -71,7 +71,8 @@ export default class ImageAlternateText extends Plugin {
 
 			view.set( {
 				label: t( 'Change alternate text' ),
-				icon: alternateTextIcon
+				icon: alternateTextIcon,
+				tooltip: true
 			} );
 
 			view.bind( 'isEnabled' ).to( command, 'isEnabled' );