Change default font style.

This commit is contained in:
Paulo Gustavo Veiga
2012-07-02 00:37:48 -03:00
parent ef89c0457b
commit 1df9afda1b
6 changed files with 18 additions and 15 deletions

View File

@@ -260,7 +260,7 @@ mindplot.widget.Menu = new Class({
this._addButton('deleteTopic', true, true, function () {
designer.deleteCurrentNode();
});
this._registerTooltip('deleteTopic', $msg('TOPIC_DELETE'), "Backspace");
this._registerTooltip('deleteTopic', $msg('TOPIC_DELETE'), "Delete");
this._addButton('topicLink', true, false, function () {