Comments translated from French to English.

dev-ui
Programerus 2012-03-15 20:02:30 +01:00
parent a1a17c3a19
commit 28c1915b57
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ enum ObjectType;
enum AutoResearchPhase
{
ALP_WAIT = 1,
ALP_SEARCH = 2, // recherche en cours
ALP_SEARCH = 2, // research in progress
};