Exchanged all french messages with their English counterparts.

git-svn-id: svn://localhost@847 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
Florian
2012-09-20 19:57:57 +00:00
parent ddd15f58b9
commit 46aa856447
17 changed files with 2565 additions and 2526 deletions
@@ -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);
}