From be5a313372fbafa13f8f45357b9ee3a84d18b10f Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Fri, 11 Jan 2013 12:45:24 +0000 Subject: Syntax editor: add tooltips to buttons --- src/www/syntax-editor/editor_online.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/www/syntax-editor/editor_online.js') 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 = { -- cgit v1.2.3