From 15d143989b8ed1f73f1c574b03e03d4f4c820b11 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Mon, 12 Jun 2023 10:22:14 +0200 Subject: Clarify that maximum number to keep is per feed (#5458) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Clarify that maximum number to keep is per feed Signed-off-by: Christian König * Append //DIRTY Signed-off-by: Christian König * make fix-all * Revert wrong whitespace * Amend Credits.md Signed-off-by: Christian König --------- Signed-off-by: Christian König Co-authored-by: Alexandre Alapetite --- app/i18n/ko/conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/ko') 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' => '읽지 않은 글 삭제 안 함', -- cgit v1.2.3