diff options
| author | 2023-05-10 23:14:29 +0200 | |
|---|---|---|
| committer | 2023-05-10 23:14:29 +0200 | |
| commit | b97545aff3be1377ee7a5d4f6b094f024521bbac (patch) | |
| tree | d2b1dfacaa36bf4b98b1ae28b94a0dcd975d56b7 /app/i18n/ko/sub.php | |
| parent | 078ceaa0bf357f16f3200fc857c2dbc16a1601fd (diff) | |
Improved: "Mark an article as read…" text area. Added a link to the documentation (#5349)
* i18n
* Update sub.php
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* fix target="_blank"
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
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 f376247d5..1fef8f127 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -68,7 +68,7 @@ return array( 'error' => '이 피드에 문제가 발생했습니다. 이 피드에 접근 권한이 있는지 확인하세요.', 'filteractions' => array( '_' => '필터 동작', - 'help' => '한 줄에 한 검색 필터를 작성해 주세요.', + 'help' => '한 줄에 한 검색 필터를 작성해 주세요. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY ), 'information' => '정보', 'keep_min' => '최소 유지 글 개수', |
