diff options
author | Myeongjin <aranet100@gmail.com> | 2013-12-07 02:01:38 +0100 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2013-12-07 02:01:38 +0100 |
commit | 6593db4300a3db6d88c9b09df725ecc8589e99b6 (patch) | |
tree | 79836ab8c4376e3470d9b840f85b1beabef40522 /lib/plugins/acl/lang | |
parent | fc86eb66d649cd9a091234d462e08687de17c984 (diff) | |
download | rpg-6593db4300a3db6d88c9b09df725ecc8589e99b6.tar.gz rpg-6593db4300a3db6d88c9b09df725ecc8589e99b6.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/acl/lang')
-rw-r--r-- | lib/plugins/acl/lang/ko/lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acl/lang/ko/lang.php b/lib/plugins/acl/lang/ko/lang.php index 37cec307c..34b93a9f4 100644 --- a/lib/plugins/acl/lang/ko/lang.php +++ b/lib/plugins/acl/lang/ko/lang.php @@ -39,6 +39,6 @@ $lang['acl_perm1'] = '읽기'; $lang['acl_perm2'] = '편집'; $lang['acl_perm4'] = '만들기'; $lang['acl_perm8'] = '올리기'; -$lang['acl_perm16'] = '지우기'; +$lang['acl_perm16'] = '삭제'; $lang['acl_new'] = '새 항목 추가'; $lang['acl_mod'] = '항목 수정'; |