kopia lustrzana https://github.com/backface/turtlestitch
localization for 'undrop' and 'redrop' options
rodzic
f7018ea16a
commit
fa0e09ffb1
|
@ -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'
|
||||||
|
|
Ładowanie…
Reference in New Issue