summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/autoresearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autoresearch.h b/src/autoresearch.h
index 705929c..d8f1fce 100644
--- a/src/autoresearch.h
+++ b/src/autoresearch.h
@@ -32,7 +32,7 @@ enum ObjectType;
enum AutoResearchPhase
{
ALP_WAIT = 1,
- ALP_SEARCH = 2, // recherche en cours
+ ALP_SEARCH = 2, // research in progress
};