summaryrefslogtreecommitdiffstats
path: root/src/autoconvert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoconvert.h')
-rw-r--r--src/autoconvert.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/autoconvert.h b/src/autoconvert.h
index 25fe338..bca9fa1 100644
--- a/src/autoconvert.h
+++ b/src/autoconvert.h
@@ -31,9 +31,9 @@ enum AutoConvertPhase
{
ACP_STOP = 1,
ACP_WAIT = 2,
- ACP_CLOSE = 3, // ferme le couvervle
- ACP_ROTATE = 4, // tourne le couvercle
- ACP_OPEN = 5, // ouvre le couvercle
+ ACP_CLOSE = 3, // close the cover
+ ACP_ROTATE = 4, // turn the cover
+ ACP_OPEN = 5, // opens the cover
};