[Bf-blender-cvs] [9d69a0e518c] blender-v2.82-release: Revert typo fix to ensure localisations don't break

Nathan Letwory noreply at git.blender.org
Mon Mar 9 20:59:18 CET 2020


Commit: 9d69a0e518cbab4673be2a35a3aef286bd2d82ab
Author: Nathan Letwory
Date:   Mon Mar 9 21:59:12 2020 +0200
Branches: blender-v2.82-release
https://developer.blender.org/rB9d69a0e518cbab4673be2a35a3aef286bd2d82ab

Revert typo fix to ensure localisations don't break

===================================================================

M	source/blender/makesrna/intern/rna_fluid.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_fluid.c b/source/blender/makesrna/intern/rna_fluid.c
index eab000760ae..c1c5d768b23 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");
+      "Maximum amount of fluid 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);



More information about the Bf-blender-cvs mailing list