[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45636] trunk/blender/source/blender/ makesrna/intern/rna_fluidsim.c: Fluidsim: Text fix.

Daniel Genrich daniel.genrich at gmx.net
Sat Apr 14 22:35:39 CEST 2012


Revision: 45636
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45636
Author:   genscher
Date:     2012-04-14 20:35:39 +0000 (Sat, 14 Apr 2012)
Log Message:
-----------
Fluidsim: Text fix.

Modified Paths:
--------------
    trunk/blender/source/blender/makesrna/intern/rna_fluidsim.c

Modified: trunk/blender/source/blender/makesrna/intern/rna_fluidsim.c
===================================================================
--- trunk/blender/source/blender/makesrna/intern/rna_fluidsim.c	2012-04-14 20:24:12 UTC (rev 45635)
+++ trunk/blender/source/blender/makesrna/intern/rna_fluidsim.c	2012-04-14 20:35:39 UTC (rev 45636)
@@ -423,7 +423,7 @@
 	prop = RNA_def_property(srna, "surface_noobs", PROP_BOOLEAN, PROP_NONE);
 	RNA_def_property_boolean_sdna(prop, NULL, "typeFlags", OB_FSSG_NOOBS);
 	RNA_def_property_clear_flag(prop, PROP_ANIMATABLE);
-	RNA_def_property_ui_text(prop, "Remove air bubbles", "Removes the air space between fluid surface and obstacles. WARNING: Can result in a dissolving surface in other areas.");
+	RNA_def_property_ui_text(prop, "Remove air bubbles", "Removes the air gap between fluid surface and obstacles. WARNING: Can result in a dissolving surface in other areas.");
 
 	/* particles */
 




More information about the Bf-blender-cvs mailing list