Cleanup: Use correct macro for versioning

This commit is contained in:
Habib Gahbiche
2025-08-08 13:35:34 +01:00
parent 7c3b04549a
commit 7071d9a030

View File

@@ -1523,7 +1523,7 @@ static void do_version_world_remove_use_nodes(Main *bmain, World *world)
new_output.location[1] = background.location[1];
bNode *frame = blender::bke::node_add_static_node(nullptr, *ntree, NODE_FRAME);
STRNCPY(frame->label, IFACE_("Versioning: Use Nodes was removed"));
STRNCPY(frame->label, RPT_("Versioning: Use Nodes was removed"));
background.parent = frame;
new_output.parent = frame;
}