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-04-02 02:41:02 +0400
committerThomas Dinges <blender@dingto.org>2011-04-02 02:41:02 +0400
commit3f6158eedc5657917972ba70f1a3038104a4f066 (patch)
treeab949d3d973723679ccc90d4aad91de6f0e8a511 /release
parent1f7ed6a931ef3298fa70e9af53771813acc23e49 (diff)
2.5 Particle UI:
* Missing colon and not worth a commit message ;-)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index 014aead3c08..df464ed7fb0 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -363,7 +363,7 @@ class PARTICLE_PT_velocity(ParticleButtonsPanel, bpy.types.Panel):
sub.prop(part, "tangent_phase", slider=True)
col = split.column()
- col.label(text="Emitter Object")
+ col.label(text="Emitter Object:")
col.prop(part, "object_align_factor", text="")
layout.label(text="Other:")