diff options
author | 이명진 <aranet100@gmail.com> | 2013-04-04 20:43:19 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-04-04 20:43:19 +0200 |
commit | 8ee0487708ea528ade7e43e3688cfd14cf6a7582 (patch) | |
tree | f67a6f08508a4476110b89e8d0c8b174a3075742 /lib/plugins/popularity | |
parent | 3b5b1d9d6524d89f50b1825e8067cc28133358f8 (diff) | |
download | rpg-8ee0487708ea528ade7e43e3688cfd14cf6a7582.tar.gz rpg-8ee0487708ea528ade7e43e3688cfd14cf6a7582.tar.bz2 |
Korean language update
Diffstat (limited to 'lib/plugins/popularity')
-rw-r--r-- | lib/plugins/popularity/lang/ko/lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/popularity/lang/ko/lang.php b/lib/plugins/popularity/lang/ko/lang.php index c881b5a5a..3463f4f8e 100644 --- a/lib/plugins/popularity/lang/ko/lang.php +++ b/lib/plugins/popularity/lang/ko/lang.php @@ -9,10 +9,10 @@ * @author erial2@gmail.com * @author Myeongjin <aranet100@gmail.com> */ -$lang['name'] = '인기도 조사 (불러오는데 시간이 걸릴 수 있습니다.)'; +$lang['name'] = '인기도 조사 (불러오는 데 시간이 걸릴 수 있습니다)'; $lang['submit'] = '자료 보내기'; $lang['autosubmit'] = '자료를 자동으로 매달 한번씩 보내기'; $lang['submissionFailed'] = '다음과 같은 이유로 자료 보내기에 실패했습니다:'; -$lang['submitDirectly'] = '아래의 양식에 맞춰 수동으로 작성된 자료를 보낼 수 있습니다'; +$lang['submitDirectly'] = '아래의 양식에 맞춰 수동으로 작성된 자료를 보낼 수 있습니다.'; $lang['autosubmitError'] = '다음과 같은 이유로 자동 자료 보내기에 실패했습니다:'; $lang['lastSent'] = '자료를 보냈습니다'; |