[Bf-blender-cvs] [c04d36e9220] master: Cleanup: Missing internationization for socket description

Aaron Carlisle noreply at git.blender.org
Mon Jan 10 03:04:14 CET 2022


Commit: c04d36e9220d21b4e814df35769def0361eda72e
Author: Aaron Carlisle
Date:   Sun Jan 9 18:39:34 2022 -0500
Branches: master
https://developer.blender.org/rBc04d36e9220d21b4e814df35769def0361eda72e

Cleanup: Missing internationization for socket description

===================================================================

M	source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc

===================================================================

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<decl::Bool>(N_("Pick Instance"))
       .supports_field()
-      .description("Place different instances on different points");
+      .description(N_("Place different instances on different points"));
   b.add_input<decl::Int>(N_("Instance Index"))
       .implicit_field()
       .description(N_(



More information about the Bf-blender-cvs mailing list