Comments translated from French to English.

dev-ui
Programerus 2012-03-15 19:00:07 +01:00
parent a547b40a30
commit beed490c12
1 changed files with 4 additions and 4 deletions

View File

@ -29,10 +29,10 @@ class CObject;
enum AutoRadarPhase
{
ARAP_WAIT = 1, // attend
ARAP_SEARCH = 2, // cherche
ARAP_SHOW = 3, // montre
ARAP_SINUS = 4, // oscille
ARAP_WAIT = 1, // waiting
ARAP_SEARCH = 2, // seeking
ARAP_SHOW = 3, // watching
ARAP_SINUS = 4, // oscillates
};