From c9a8de1d704b807460a7a6838db28f7ae2472200 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Tue, 17 Mar 2020 16:32:56 -0400 Subject: Fluid: Correct Tooltip --- source/blender/makesrna/intern/rna_fluid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/makesrna/intern/rna_fluid.c b/source/blender/makesrna/intern/rna_fluid.c index b4543ea4b38..cf992a2533e 100644 --- a/source/blender/makesrna/intern/rna_fluid.c +++ b/source/blender/makesrna/intern/rna_fluid.c @@ -1263,7 +1263,7 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna) RNA_def_property_ui_text( prop, "Threshold", - "Maximum amount of fluid a cell can contain before it is considered empty"); + "Minimum amount of fluid a cell can contain before it is considered empty"); RNA_def_property_update(prop, NC_OBJECT | ND_MODIFIER, "rna_Fluid_resetCache"); prop = RNA_def_property(srna, "use_adaptive_domain", PROP_BOOLEAN, PROP_NONE); -- cgit v1.2.3