Skip to content

Commit

Permalink
Edit korean SentSmsCode string:unnecessary br tag
Browse files Browse the repository at this point in the history
Although the strings of other languages in SentSmsCode don't
include '<!CDATA..', the Korean string does that.
Unfortunately, that string is not escaped by replaceTags().
So, the CDATA tag must be deleted.
  • Loading branch information
kyeongmincho committed Dec 14, 2015
1 parent 6033ee2 commit fd000ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TMessagesProj/src/main/res/values-ko/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<string name="WrongCountry">올바른 국가번호를 입력하세요</string>
<!--code enter view-->
<string name="YourCode">인증코드 입력</string>
<string name="SentSmsCode">인증코드 메시지를 아래 번호로 전송했습니다<![CDATA[<br/>]]></string>
<string name="SentSmsCode">인증코드 메시지를 아래 번호로 전송했습니다</string>
<string name="CallText">텔레그램이 %1$d:%2$02d 후에는 전화를 겁니다.</string>
<string name="Calling">텔레그램이 전화 거는 중...</string>
<string name="Code">코드</string>
Expand Down

0 comments on commit fd000ad

Please sign in to comment.