Fix minor help text

pull/29/head
Michael Ball 2015-12-15 18:18:18 -08:00
rodzic c07c16134b
commit 0885b766ee
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -3445,7 +3445,7 @@ Morph.prototype.developersMenu = function () {
menu.addItem(
"pick up",
'pickUp',
'disattach and put \ninto the hand'
'detach and put \ninto the hand'
);
menu.addItem(
"attach...",
@ -9080,7 +9080,6 @@ ScrollFrameMorph.prototype.developersMenu = function () {
return menu;
};
ScrollFrameMorph.prototype.toggleTextLineWrapping = function () {
this.isTextLineWrapping = !this.isTextLineWrapping;
};