From 2da7066caa23c9376f8260e96c08bf4bf13f2c72 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Sun, 11 Dec 2011 10:39:41 +0000 Subject: [PATCH] SCA: Scene Actuator text error copy+paste bug when creating the rnas --- source/blender/makesrna/intern/rna_actuator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c index 392aa6a7f5a..612c34d1c92 100644 --- a/source/blender/makesrna/intern/rna_actuator.c +++ b/source/blender/makesrna/intern/rna_actuator.c @@ -1404,7 +1404,7 @@ static void rna_def_scene_actuator(BlenderRNA *brna) prop= RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE); RNA_def_property_enum_sdna(prop, NULL, "type"); RNA_def_property_enum_items(prop, prop_type_items); - RNA_def_property_ui_text(prop, "Scene", ""); + RNA_def_property_ui_text(prop, "Mode", ""); RNA_def_property_update(prop, NC_LOGIC, NULL); //XXX filter only camera objects