Merge branch 'blender-v4.1-release'

This commit is contained in:
Philipp Oeser 2024-02-23 11:55:24 +01:00
commit 428e67d7f9
1 changed files with 1 additions and 1 deletions

View File

@ -2039,7 +2039,7 @@ bool RNA_property_enum_item_from_value_gettexted(
if (result && !(prop->flag & PROP_ENUM_NO_TRANSLATE)) {
r_item->name = BLT_translate_do_iface(prop->translation_context, r_item->name);
r_item->description = BLT_translate_do_tooltip(prop->translation_context, r_item->description);
r_item->description = BLT_translate_do_tooltip(nullptr, r_item->description);
}
return result;