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:
authorAdrian Newton <TFS>2020-03-09 18:49:59 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-09 19:11:24 +0300
commit5543572cd2a6f68db1da5583d0b3c04f614f4d48 (patch)
tree4057f0a6b1df46165688abd76d16926562f6c704 /release
parent1276380fd20aa9f2627f1101a552b570de14de2c (diff)
Cleanup: remove unnecessary space at end of label
Differential Revision: https://developer.blender.org/D7070
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 7eb173c88bb..f1dd6a1c890 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -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")