Menu

#1054 Korean Language Issue

closed-accepted
5
2013-03-17
2012-07-09
No

In Korean Language Uninstallation page the text is not complete as in other languages. The original text is:

!ifdef MUI_UNFINISHPAGE
${LangFileString} MUI_UNTEXT_FINISH_INFO_TITLE "?? ??"
${LangFileString} MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA)? ??? ?? ?????."
${LangFileString} MUI_UNTEXT_FINISH_INFO_REBOOT "$(^NameDA)? ??? ???? ???? ???? ?? ???? ???. ?? ??? ???????"
!endif

Actually the text should be:

!ifdef MUI_UNFINISHPAGE
${LangFileString} MUI_UNTEXT_FINISH_INFO_TITLE "$(^NameDA) ?? ??"
${LangFileString} MUI_UNTEXT_FINISH_INFO_TEXT "$(^NameDA) ? ??? ?? ?????.$\r$\n$\r$\n?? ????? ???? ??? ??????."
${LangFileString} MUI_UNTEXT_FINISH_INFO_REBOOT "$(^NameDA) ? ??? ???? ???? ???? ?? ???? ???. ?? ??? ???????"
!endif

$(^NameDA) and $\r$\n$\r$\n is missing.

Discussion

  • Muppudathi

    Muppudathi - 2013-02-04

    i am also getting the same issue

     
  • Anders

    Anders - 2013-03-17

    Thanks, fixed.

     
  • Anders

    Anders - 2013-03-17
    • status: open --> closed-accepted
     

Log in to post a comment.