Cleanup: remove unnecessary space at end of label

Differential Revision: https://developer.blender.org/D7070
This commit is contained in:
Adrian Newton 2020-03-09 16:49:59 +01:00 committed by Brecht Van Lommel
parent 1276380fd2
commit 5543572cd2

@ -639,7 +639,7 @@ class PARTICLE_PT_rotation(ParticleButtonsPanel, Panel):
col.separator()
col.prop(part, "phase_factor", slider=True)
col.prop(part, "phase_factor_random", text="Randomize Phase ", slider=True)
col.prop(part, "phase_factor_random", text="Randomize Phase", slider=True)
if part.type != 'HAIR':
col.prop(part, "use_dynamic_rotation")