diff options
Diffstat (limited to 'source/nds/message.h')
-rw-r--r-- | source/nds/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/message.h b/source/nds/message.h index fc6bd33..9292d3f 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -165,7 +165,7 @@ enum MSG enum LANGUAGE{ ENGLISH, CHINESE_SIMPLIFIED, - CHINESE_TRADITIONAL + FRENCH }; char *msg[MSG_END+1]; |