Author: iratqq
Date: Thu Mar 27 08:54:08 2008
New Revision: 5339
Modified:
trunk/uim/sj3.c
Log:
* uim/sj3.c:
- Fix typo.
Modified: trunk/uim/sj3.c
==============================================================================
--- trunk/uim/sj3.c (original)
+++ trunk/uim/sj3.c Thu Mar 27 08:54:08 2008
@@ -194,9 +194,9 @@
{ SJ3_NOT_OPENED_MDICT, "*SJ3-NOT-OPENED-MDICT*" , N_("Main
dictionary file is not opened.") },
{ SJ3_NOT_OPENED_UDICT, "*SJ3-NOT-OPENED-UDICT*" , N_("User
dictionary file is not opened.") },
{ SJ3_NOT_OPENED_STUDY, "*SJ3-NOT-OPENED-STUDY*" , N_("Study file
is not opened.") },
- { SJ3_CLOSE_MDICT_ERROR, "*SJ3-CLOSE-MDICT-ERROR*", N_("Main
dictionary file cannot clese.") },
- { SJ3_CLOSE_UDICT_ERROR, "*SJ3-CLOSE-UDICT-ERROR*", N_("User
dictionary file cannot clese.") },
- { SJ3_CLOSE_STUDY_ERROR, "*SJ3-CLOSE-STUDY-ERROR*", N_("Study file
cannot clese.") },
+ { SJ3_CLOSE_MDICT_ERROR, "*SJ3-CLOSE-MDICT-ERROR*", N_("Main
dictionary file cannot close.") },
+ { SJ3_CLOSE_UDICT_ERROR, "*SJ3-CLOSE-UDICT-ERROR*", N_("User
dictionary file cannot close.") },
+ { SJ3_CLOSE_STUDY_ERROR, "*SJ3-CLOSE-STUDY-ERROR*", N_("Study file
cannot close.") },
{ 0, NULL, NULL }
};