summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorProgramerus <alcadeias95@gmail.com>2012-03-15 20:02:30 +0100
committerProgramerus <alcadeias95@gmail.com>2012-03-15 20:02:30 +0100
commit28c1915b578d65f201a9bcf858ce3043bba35286 (patch)
tree53aa1a52139cf54a6c85bd23db8d24c198440944 /src
parenta1a17c3a190e89d7e971d2841396d021845c183d (diff)
downloadcolobot-28c1915b578d65f201a9bcf858ce3043bba35286.tar.gz
colobot-28c1915b578d65f201a9bcf858ce3043bba35286.tar.bz2
colobot-28c1915b578d65f201a9bcf858ce3043bba35286.zip
Comments translated from French to English.
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
};