mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 01:55:25 -04:00
Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@847 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -643,7 +643,7 @@ void ParticleEmitterObject::GetPropertyForDebugger(unsigned int propertyNb, stri
|
||||
{
|
||||
if ( !particleSystem->particleSystem ) return;
|
||||
|
||||
if ( propertyNb == 0 ) {name = _("Nombre de particules"); value = ToString(particleSystem->particleSystem->getNbParticles());}
|
||||
if ( propertyNb == 0 ) {name = _("Particles number"); value = ToString(particleSystem->particleSystem->getNbParticles());}
|
||||
}
|
||||
|
||||
bool ParticleEmitterObject::ChangeProperty(unsigned int propertyNb, string newValue)
|
||||
@@ -931,3 +931,4 @@ Object * CreateParticleEmitterObject(std::string name)
|
||||
return new ParticleEmitterObject(name);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user