diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-01-11 12:45:24 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-01-11 12:45:24 +0000 |
| commit | be5a313372fbafa13f8f45357b9ee3a84d18b10f (patch) | |
| tree | ea5812067a79d632dd26d8346f0edb4cfe1f3868 /src/www/syntax-editor/editor_online.js | |
| parent | b5e8d06fba61bb9aaedf59b9fe162fa10f2a299d (diff) | |
Syntax editor: add tooltips to buttons
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 = { |
