localization for 'undrop' and 'redrop' options

pull/29/head
Joan Guillén i Pelegay 2016-12-09 17:37:52 +01:00
rodzic f7018ea16a
commit fa0e09ffb1
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -5722,7 +5722,7 @@ ScriptsMorph.prototype.userMenu = function () {
'turnBack', 'turnBack',
MorphicPreferences.menuFontSize MorphicPreferences.menuFontSize
), ),
'undrop' localize('undrop')
], ],
'undrop', 'undrop',
'undo the last\nblock drop\nin this pane' 'undo the last\nblock drop\nin this pane'
@ -5736,7 +5736,7 @@ ScriptsMorph.prototype.userMenu = function () {
'turnForward', 'turnForward',
MorphicPreferences.menuFontSize MorphicPreferences.menuFontSize
), ),
'redrop' localize('redrop')
], ],
'redrop', 'redrop',
'redo the last undone\nblock drop\nin this pane' 'redo the last undone\nblock drop\nin this pane'