i18n: update i18n
- update i18n template and translation. - fix lost translation context in code.
This commit is contained in:
@ -954,6 +954,7 @@ class BBP_OT_preset_virtools_material(bpy.types.Operator):
|
||||
name = "Preset",
|
||||
description = "The preset which you want to apply.",
|
||||
items = _g_Helper_MtlPreset.generate_items(),
|
||||
translation_context = 'BBP_OT_preset_virtools_material/property'
|
||||
) # type: ignore
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user