- Fix add tooltop

This commit is contained in:
Paulo Gustavo Veiga 2012-07-16 00:28:33 -03:00
parent f449eff9ce
commit 49677411c4

View File

@ -271,7 +271,7 @@ mindplot.widget.Menu = new Class({
this._addButton('addTopic', true, false, function () {
designer.createChildForSelectedNode();
});
this._registerTooltip('addTopics', $msg('ADD_TOPIC'), "Enter");
this._registerTooltip('addTopic', $msg('ADD_TOPIC'), "Enter");
this._addButton('deleteTopic', true, true, function () {