aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/conf.php
diff options
context:
space:
mode:
authorGravatar yubiuser <ckoenig@posteo.de> 2023-06-12 10:22:14 +0200
committerGravatar GitHub <noreply@github.com> 2023-06-12 10:22:14 +0200
commit15d143989b8ed1f73f1c574b03e03d4f4c820b11 (patch)
tree3d1188a306ba092951f3c9cda248d64797f77748 /app/i18n/ko/conf.php
parent2f5ef39cf2e0bad6d3a30b02e42d10700d0546a3 (diff)
Clarify that maximum number to keep is per feed (#5458)
* Clarify that maximum number to keep is per feed Signed-off-by: Christian König <ckoenig@posteo.de> * Append //DIRTY Signed-off-by: Christian König <ckoenig@posteo.de> * make fix-all * Revert wrong whitespace * Amend Credits.md Signed-off-by: Christian König <ckoenig@posteo.de> --------- Signed-off-by: Christian König <ckoenig@posteo.de> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko/conf.php')
-rw-r--r--app/i18n/ko/conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index cece3a301..c666b0035 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -17,7 +17,7 @@ return array(
'help' => '더 자세한 옵션은 개별 피드 설정에 있습니다',
'keep_favourites' => '즐겨찾기 삭제 안 함',
'keep_labels' => '라벨 삭제 안 함',
- 'keep_max' => '보관할 글 최대 개수',
+ 'keep_max' => '보관할 글 최대 개수', // DIRTY
'keep_min_by_feed' => '피드별 보관할 글 최소 개수',
'keep_period' => '보관할 글 최대 기간',
'keep_unreads' => '읽지 않은 글 삭제 안 함',