From f64749bd2ef3cd2f84beeb52e2db6022fc8d0e69 Mon Sep 17 00:00:00 2001 From: Manuel Menezes de Sequeira Date: Fri, 22 Nov 2013 18:47:28 +0000 Subject: Add localization to Edit Slot Options text. --- byob.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/byob.js b/byob.js index 3455171..1e879c7 100644 --- a/byob.js +++ b/byob.js @@ -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') ); }; -- cgit v1.3.1