Comments translated from French to English.

dev-ui
Programerus 2012-03-13 18:33:09 +01:00
parent fedb5963f1
commit 937d21f6ad
1 changed files with 3 additions and 3 deletions

View File

@ -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
};