diff options
Diffstat (limited to 'tools/editor/plugins/collision_shape_2d_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/collision_shape_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp b/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp index 1916d55ee..296362447 100644 --- a/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp +++ b/tools/editor/plugins/collision_shape_2d_editor_plugin.cpp @@ -180,7 +180,7 @@ void CollisionShape2DEditor::set_handle(int idx, Point2& p_point) { void CollisionShape2DEditor::commit_handle(int idx, Variant& p_org) { Control* c = canvas_item_editor->get_viewport_control(); - undo_redo->create_action("Set Handle"); + undo_redo->create_action(TTR("Set Handle")); switch ( shape_type ) { case CAPSULE_SHAPE: { |
