[Bf-blender-cvs] [9bea168686] temp-select-pick: Cleanup: typos

Campbell Barton noreply at git.blender.org
Tue Mar 7 16:20:17 CET 2017


Commit: 9bea1686866b0caa9730ecad7af87041b7f45a60
Author: Campbell Barton
Date:   Sun Mar 5 23:13:40 2017 +1100
Branches: temp-select-pick
https://developer.blender.org/rB9bea1686866b0caa9730ecad7af87041b7f45a60

Cleanup: typos

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

M	release/scripts/startup/bl_operators/object_quick_effects.py

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

diff --git a/release/scripts/startup/bl_operators/object_quick_effects.py b/release/scripts/startup/bl_operators/object_quick_effects.py
index ef10e279bb..0b9e7fd730 100644
--- a/release/scripts/startup/bl_operators/object_quick_effects.py
+++ b/release/scripts/startup/bl_operators/object_quick_effects.py
@@ -319,7 +319,7 @@ class QuickSmoke(Operator):
 
     def execute(self, context):
         if not bpy.app.build_options.mod_smoke:
-            self.report({'ERROR'}, "Build without Smoke modifier support")
+            self.report({'ERROR'}, "Built without Smoke modifier support")
             return {'CANCELLED'}
 
         fake_context = context.copy()
@@ -568,7 +568,7 @@ class QuickFluid(Operator):
 
     def execute(self, context):
         if not bpy.app.build_options.mod_fluid:
-            self.report({'ERROR'}, "Build without Fluid modifier support")
+            self.report({'ERROR'}, "Built without Fluid modifier support")
             return {'CANCELLED'}
 
         fake_context = context.copy()




More information about the Bf-blender-cvs mailing list