kopia lustrzana https://github.com/backface/turtlestitch
Add localization to Edit Slot Options text.
rodzic
540ae2fcf4
commit
f64749bd2e
4
byob.js
4
byob.js
|
@ -2888,9 +2888,9 @@ InputSlotDialogMorph.prototype.editSlotOptions = function () {
|
||||||
myself.fragment.options,
|
myself.fragment.options,
|
||||||
myself.world(),
|
myself.world(),
|
||||||
null,
|
null,
|
||||||
'Enter one option per line.' +
|
localize('Enter one option per line.' +
|
||||||
'Optionally use "=" as key/value delimiter\n' +
|
'Optionally use "=" as key/value delimiter\n' +
|
||||||
'e.g.\n the answer=42'
|
'e.g.\n the answer=42')
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue