diff options
Diffstat (limited to 'src/www/syntax-editor/editor_online.js')
| -rw-r--r-- | src/www/syntax-editor/editor_online.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/www/syntax-editor/editor_online.js b/src/www/syntax-editor/editor_online.js index 2fe6f7a43..3067346b7 100644 --- a/src/www/syntax-editor/editor_online.js +++ b/src/www/syntax-editor/editor_online.js @@ -22,6 +22,7 @@ var gm_options = { } } if(window.Minibar) // Minibar loaded? + editor_options.lin_action_tooltip="Load sentence in Minibar"; editor_options.lin_action=function(s,langFrom) { var editor=this; var minibar_options = { |
