Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_actuator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_actuator.c b/source/blender/makesrna/intern/rna_actuator.c
index 3cc530ec368..997a544a4b7 100644
--- a/source/blender/makesrna/intern/rna_actuator.c
+++ b/source/blender/makesrna/intern/rna_actuator.c
@@ -2061,7 +2061,7 @@ static void rna_def_mouse_actuator(BlenderRNA *brna)
};
srna = RNA_def_struct(brna, "MouseActuator", "Actuator");
- RNA_def_struct_ui_text(srna, "Mouse Actuator", "Actuator to ..");
+ RNA_def_struct_ui_text(srna, "Mouse Actuator", "");
RNA_def_struct_sdna_from(srna, "bMouseActuator", "data");
prop = RNA_def_property(srna, "mode", PROP_ENUM, PROP_NONE);