From c04d36e9220d21b4e814df35769def0361eda72e Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Sun, 9 Jan 2022 18:39:34 -0500 Subject: [PATCH] Cleanup: Missing internationization for socket description --- .../blender/nodes/geometry/nodes/node_geo_instance_on_points.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc b/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc index 66ac618be5f..71256a7f781 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc @@ -36,7 +36,7 @@ static void node_declare(NodeDeclarationBuilder &b) .description(N_("Geometry that is instanced on the points")); b.add_input(N_("Pick Instance")) .supports_field() - .description("Place different instances on different points"); + .description(N_("Place different instances on different points")); b.add_input(N_("Instance Index")) .implicit_field() .description(N_(