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(
|
menu.addItem(
|
||||||
"pick up",
|
"pick up",
|
||||||
'pickUp',
|
'pickUp',
|
||||||
'disattach and put \ninto the hand'
|
'detach and put \ninto the hand'
|
||||||
);
|
);
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
"attach...",
|
"attach...",
|
||||||
|
@ -9080,7 +9080,6 @@ ScrollFrameMorph.prototype.developersMenu = function () {
|
||||||
return menu;
|
return menu;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
ScrollFrameMorph.prototype.toggleTextLineWrapping = function () {
|
ScrollFrameMorph.prototype.toggleTextLineWrapping = function () {
|
||||||
this.isTextLineWrapping = !this.isTextLineWrapping;
|
this.isTextLineWrapping = !this.isTextLineWrapping;
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue