Fixed syntax error.
This commit is contained in:
parent
7ebd2dd782
commit
618840c668
1 changed files with 1 additions and 1 deletions
2
src/im.c
2
src/im.c
|
|
@ -83,7 +83,7 @@ static const char* const im_tip_text[NUM_IM_TIPS] =
|
|||
gettext_noop("Hangul"),
|
||||
|
||||
// Input Method: Thai mode
|
||||
gettext_noop("Thai")
|
||||
gettext_noop("Thai"),
|
||||
|
||||
// Input Method: Traditional Chinese mode
|
||||
gettext_noop("ZH_TW")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue