Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2022-01-10 02:39:34 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-01-10 02:39:34 +0300
commitc04d36e9220d21b4e814df35769def0361eda72e (patch)
treefb4176147c444bcdb9a736c68e3cc5de7feb08fc
parent37d6ae16be2bb1aa56c7c16a506b447cb6bb4977 (diff)
Cleanup: Missing internationization for socket description
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_instance_on_points.cc2
1 files changed, 1 insertions, 1 deletions
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_(