From a720c4715bd76889cf0ce6ae47ef9cfc55c13b78 Mon Sep 17 00:00:00 2001 From: gaiaclary Date: Sun, 13 Jul 2014 21:52:35 +0200 Subject: Tooltip improvements for modifier functions --- source/blender/makesrna/intern/rna_modifier.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_modifier.c b/source/blender/makesrna/intern/rna_modifier.c index 7ffc138e1a3..116a617ccdd 100644 --- a/source/blender/makesrna/intern/rna_modifier.c +++ b/source/blender/makesrna/intern/rna_modifier.c @@ -3694,7 +3694,7 @@ void RNA_def_modifier(BlenderRNA *brna) prop = RNA_def_property(srna, "show_in_editmode", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "mode", eModifierMode_Editmode); - RNA_def_property_ui_text(prop, "Edit Mode", "Use modifier while in the Edit mode"); + RNA_def_property_ui_text(prop, "Edit Mode", "Use modifier in Edit mode"); RNA_def_property_update(prop, 0, "rna_Modifier_update"); RNA_def_property_ui_icon(prop, ICON_EDITMODE_HLT, 0); -- cgit v1.2.3