Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-09-10 12:29:50 +0400
committerThomas Dinges <blender@dingto.org>2011-09-10 12:29:50 +0400
commite9c645c7274614a89215b85509267b0b1d3f8b75 (patch)
tree710bfe59aa2f1538e04a7741cc2bc9d4715749db /release
parente86bda9a5b5a3730c04a8dbde37b71aa1668fb97 (diff)
Small comment change, when built without Fluids.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_fluid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_fluid.py b/release/scripts/startup/bl_ui/properties_physics_fluid.py
index 46893af3582..55629e6c6b9 100644
--- a/release/scripts/startup/bl_ui/properties_physics_fluid.py
+++ b/release/scripts/startup/bl_ui/properties_physics_fluid.py
@@ -46,7 +46,7 @@ class PHYSICS_PT_fluid(PhysicButtonsPanel, Panel):
row = layout.row()
if fluid is None:
- row.label("built without fluids")
+ row.label("Built without fluids")
return
row.prop(fluid, "type")