fix faulty mouseover messages in turtlestitch menu

pull/89/head
Michael Aschauer 2019-09-02 21:02:43 -06:00
rodzic cb40346c03
commit 2fc89ba340
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -917,8 +917,8 @@ IDE_Morph.prototype.turtlestitchMenu = function () {
}, },
StageMorph.prototype.ignoreWarnings , StageMorph.prototype.ignoreWarnings ,
'uncheck to show turtle', 'uncheck to show embroidery specific warnings',
'check to hide turtle', 'check to ignore embroidery specific warnings'
); );
menu.addLine(); menu.addLine();
menu.addItem('Default background color...', 'userSetBackgroundColor'); menu.addItem('Default background color...', 'userSetBackgroundColor');