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_graph/graph_edit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/graph_edit.c b/source/blender/editors/space_graph/graph_edit.c index 0954538e430..c5f8c32ec7a 100644 --- a/source/blender/editors/space_graph/graph_edit.c +++ b/source/blender/editors/space_graph/graph_edit.c @@ -2820,6 +2820,7 @@ void GRAPH_OT_fmodifier_add(wmOperatorType *ot) /* id-props */ prop = RNA_def_enum(ot->srna, "type", rna_enum_fmodifier_type_items, 0, "Type", ""); + RNA_def_property_translation_context(prop, BLT_I18NCONTEXT_ID_ACTION); RNA_def_enum_funcs(prop, graph_fmodifier_itemf); ot->prop = prop; -- cgit v1.2.3