kopia lustrzana https://github.com/backface/turtlestitch
Fix minor help text
rodzic
c07c16134b
commit
0885b766ee
|
@ -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;
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue