From fdfd7045eb2ec8f8138edc35bdeb3b4527ab474c Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sat, 26 Nov 2011 12:30:01 +0000 Subject: A bunch of fixes and tweaks in RNA messages, found while translating them in french... --- source/blender/makesrna/intern/rna_meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_meta.c') diff --git a/source/blender/makesrna/intern/rna_meta.c b/source/blender/makesrna/intern/rna_meta.c index 5f948a3a243..5f33eac3e8f 100644 --- a/source/blender/makesrna/intern/rna_meta.c +++ b/source/blender/makesrna/intern/rna_meta.c @@ -314,7 +314,7 @@ static void rna_def_metaball(BlenderRNA *brna) /* texture space */ prop= RNA_def_property(srna, "use_auto_texspace", PROP_BOOLEAN, PROP_NONE); RNA_def_property_boolean_sdna(prop, NULL, "texflag", MB_AUTOSPACE); - RNA_def_property_ui_text(prop, "Auto Texture Space", "Adjusts active object's texture space automatically when transforming object"); + RNA_def_property_ui_text(prop, "Auto Texture Space", "Adjust active object's texture space automatically when transforming object"); prop= RNA_def_property(srna, "texspace_location", PROP_FLOAT, PROP_TRANSLATION); RNA_def_property_array(prop, 3); -- cgit v1.2.3