I18n: Disambiguate "Floor"

Issue reported by Hoang Duy Tran.
This commit is contained in:
Damien Picard
2024-12-26 16:01:44 +01:00
committed by Bastien Montagne
parent 3029e9ccfe
commit 8ff8fc4859

View File

@@ -592,6 +592,7 @@ class NWMergeNodes(Operator, NWBase):
mode: EnumProperty(
name="Mode",
translation_context=i18n_contexts.id_nodetree,
description="All possible blend types, boolean operations and math operations",
items=blend_types + [op for op in geo_combine_operations if op not in blend_types] + [op for op in operations if op not in blend_types],
)
@@ -1000,6 +1001,7 @@ class NWBatchChangeNodes(Operator, NWBase):
)
operation: EnumProperty(
name="Operation",
translation_context=i18n_contexts.id_nodetree,
items=operations + navs,
)