From 1ac0254cfa34daacc6decf5c2dc06dc2735d6dc6 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 8 May 2019 22:02:54 +0200 Subject: I18n: Disambiguation for 'Cycles' used also by some anim modifier. Part of T43295. --- source/blender/editors/space_nla/nla_edit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index cf1794cd2c7..acb3d913114 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -2446,6 +2446,7 @@ void NLA_OT_fmodifier_add(wmOperatorType *ot) /* id-props */ ot->prop = RNA_def_enum(ot->srna, "type", rna_enum_fmodifier_type_items, 0, "Type", ""); + RNA_def_property_translation_context(ot->prop, BLT_I18NCONTEXT_ID_ACTION); RNA_def_enum_funcs(ot->prop, nla_fmodifier_itemf); RNA_def_boolean(ot->srna, -- cgit v1.2.3