Skip to content

Commit

Permalink
ファイルプラグインのツールチップ変更
Browse files Browse the repository at this point in the history
日本語変換できるように対応
  • Loading branch information
otokomae committed Mar 25, 2016
1 parent 1878cf1 commit 14c64c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webroot/js/plugins/file/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tinymce.PluginManager.add('file', function(editor, url) {

// windowへのボタン登録
editor.addButton('file', {
tooltip: 'Fileup',
tooltip: 'Attach file',
id: 'file-btn',
onclick: showDialog,
image: '/wysiwyg/img/title_icons/fileup.svg'
Expand Down

0 comments on commit 14c64c9

Please sign in to comment.