Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Sep 12, 2024
1 parent 639626d commit d214c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extensions/ParticleSystem/ParticleEmitterObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,13 @@ ParticleEmitterObject::GetProperties() const {
objectProperties["particlesStartColor"]
.SetValue(GetParticleColor1())
.SetType("color")
.SetLabel(_("Particles start color"))
.SetLabel(_("Start color"))
.SetGroup(_("Particles color"));

objectProperties["particlesEndColor"]
.SetValue(GetParticleColor2())
.SetType("color")
.SetLabel(_("Particles end color"))
.SetLabel(_("End color"))
.SetGroup(_("Particles color"));

objectProperties["particlesStartOpacity"]
Expand Down

0 comments on commit d214c50

Please sign in to comment.