Add localization to Edit Slot Options text.

pull/3/merge
Manuel Menezes de Sequeira 2013-11-22 18:47:28 +00:00
rodzic 540ae2fcf4
commit f64749bd2e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2888,9 +2888,9 @@ InputSlotDialogMorph.prototype.editSlotOptions = function () {
myself.fragment.options,
myself.world(),
null,
'Enter one option per line.' +
localize('Enter one option per line.' +
'Optionally use "=" as key/value delimiter\n' +
'e.g.\n the answer=42'
'e.g.\n the answer=42')
);
};