From 3f6158eedc5657917972ba70f1a3038104a4f066 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Fri, 1 Apr 2011 22:41:02 +0000 Subject: 2.5 Particle UI: * Missing colon and not worth a commit message ;-) --- release/scripts/startup/bl_ui/properties_particle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') 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:") -- cgit v1.2.3