diff --git a/js/id/behavior/drag_node.js b/js/id/behavior/drag_node.js index c16ede85f..e8749927f 100644 --- a/js/id/behavior/drag_node.js +++ b/js/id/behavior/drag_node.js @@ -98,7 +98,8 @@ iD.behavior.DragNode = function(context) { } } - context.replace(iD.actions.MoveNode(entity.id, loc)); + context.replace(iD.actions.MoveNode(entity.id, loc), + t('operations.move.annotation.' + entity.geometry(context.graph()))); } function end(entity) {