Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Fix KR string error
Browse files Browse the repository at this point in the history
  • Loading branch information
box-archived committed Aug 31, 2021
1 parent e068714 commit 3543133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ class LocaleKo(LocaleTemplate):
"고급모드: 다운로드 옵션을 지정합니다."
select_mode_simple = "간편모드"
select_mode_advanced = "고급모드"
dn_url_text = "다운로드 URL 입력"
dn_url_title = "다운받을 게시판의 주소를 입력하세요.\n(예: https://www.vlive.tv/channel/B039DF/board/6118 )"
dn_url_title = "다운로드 URL 입력"
dn_url_text = "다운받을 게시판의 주소를 입력하세요.\n(예: https://www.vlive.tv/channel/B039DF/board/6118 )"
dn_url_paste = "붙여넣기"
dn_url_verify_title = "URL 확인"
dn_url_verify_text = '입력하신 정보가 맞습니까?\n\n채널: %s\n게시판: %s' # Must have 2 '%s'
Expand Down

0 comments on commit 3543133

Please sign in to comment.