diff options
| author | 2022-05-19 21:30:40 +0200 | |
|---|---|---|
| committer | 2022-05-19 21:30:40 +0200 | |
| commit | f5aaf5f46076e0ac11ab52ef2ea940fd789ff174 (patch) | |
| tree | dce366428ef809022d62eee3dd6601083ffa2e0c /app/i18n/ko/sub.php | |
| parent | c1eae578986d5e0d1d9dc8ad1c35e03d8d6f4986 (diff) | |
New limit option when reloading a feed (#4370)
Diffstat (limited to 'app/i18n/ko/sub.php')
| -rw-r--r-- | app/i18n/ko/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index ff9af8c39..ae048244a 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -108,7 +108,7 @@ return array( 'clear_cache' => '캐쉬 지우기', 'clear_cache_help' => '이 피드의 캐쉬 지우기.', 'reload_articles' => '글 다시 로드', - 'reload_articles_help' => '글 다시 로드하고 셀렉터가 정의 되었을 경우에 모든 컨텐츠 가져오기.', + 'reload_articles_help' => '글 다시 로드하고 셀렉터가 정의 되었을 경우에 모든 컨텐츠 가져오기.', // DIRTY 'title' => '유지 보수', ), 'moved_category_deleted' => '카테고리를 삭제하면, 해당 카테고리 아래에 있던 피드들은 자동적으로 <em>%s</em> 아래로 분류됩니다.', |
