I18N: Add back wrongly removed translation marker in recent cleanup.
7d9214d30f was a tad over enthousiastic in that case. ;)
Thanks to @mod_moder for noticing this!
This commit is contained in:
@@ -35,8 +35,8 @@ static void node_declare(NodeDeclarationBuilder &b)
|
||||
.translation_context(BLT_I18NCONTEXT_ID_ID)
|
||||
.supported_type(GeometryComponent::Type::Volume);
|
||||
|
||||
std::string grid_socket_description =
|
||||
"Expects a Named Attribute with the name of a Grid in the Volume";
|
||||
std::string grid_socket_description = N_(
|
||||
"Expects a Named Attribute with the name of a Grid in the Volume");
|
||||
|
||||
b.add_input<decl::Vector>(("Grid"), "Grid_Vector")
|
||||
.field_on_all()
|
||||
|
||||
Reference in New Issue
Block a user