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:
authorBastien Montagne <montagne29@wanadoo.fr>2016-01-28 00:20:26 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-01-28 00:20:26 +0300
commitba9468768ddcfd1e028893a1bc4f255bae7eac5a (patch)
tree958bdeb3a1e44c8a7a08751194f803e066601611 /release
parent66aa4af83611de2c59d9e8ab4ded1b48bec4a635 (diff)
Usual i18n/UI messages fixes.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_physics_smoke.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_physics_smoke.py b/release/scripts/startup/bl_ui/properties_physics_smoke.py
index 32d5b287d83..ef7d25e0a42 100644
--- a/release/scripts/startup/bl_ui/properties_physics_smoke.py
+++ b/release/scripts/startup/bl_ui/properties_physics_smoke.py
@@ -314,7 +314,7 @@ class PHYSICS_PT_smoke_cache(PhysicButtonsPanel, Panel):
layout.prop(domain, "point_cache_compress_type", expand=True)
elif cache_file_format == 'OPENVDB':
if not bpy.app.build_options.openvdb:
- layout.label("Build without OpenVDB support.")
+ layout.label("Built without OpenVDB support")
return
layout.label(text="Compression:")