mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-27 06:23:41 -04:00
i18n duplicate strings
This commit is contained in:
parent
ab2d3fbb10
commit
fa3d8a2dd0
1 changed files with 2 additions and 2 deletions
|
@ -625,9 +625,9 @@ module.exports = class ThangsTabView extends CocoView
|
|||
onSpriteContextMenu: (e) ->
|
||||
{clientX, clientY} = e.originalEvent.nativeEvent
|
||||
if @addThangType
|
||||
$('#duplicate a').html 'Stop Duplicate'
|
||||
$('#duplicate a').html $.i18n.t 'editor.stop_duplicate'
|
||||
else
|
||||
$('#duplicate a').html 'Duplicate'
|
||||
$('#duplicate a').html $.i18n.t 'editor.duplicate'
|
||||
$('#contextmenu').css { position: 'fixed', left: clientX, top: clientY }
|
||||
$('#contextmenu').show()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue