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:
Bastien Montagne 2023-08-22 11:28:36 +02:00
parent 2af2a11651
commit fa3dd4bdb5
1 changed files with 2 additions and 2 deletions

View File

@ -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()