aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/conf.php
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-10-19 10:16:00 +0200
committerGravatar GitHub <noreply@github.com> 2021-10-19 10:16:00 +0200
commita005824d50ca86534ee347121c769ba9bb4bea33 (patch)
treefb48dcc50138f311803f2c4b0500dd4b2db5a458 /app/i18n/kr/conf.php
parent24c2c47d4ba5783625bba9385a1c144d791985d9 (diff)
fix (#3899) rss_view label
Diffstat (limited to 'app/i18n/kr/conf.php')
-rw-r--r--app/i18n/kr/conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index d9a62ca27..2128b1532 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -203,7 +203,7 @@ return array(
'other_action' => '다른 동작',
'previous_article' => '이전 글 보기',
'reading_view' => '읽기 모드로 전환',
- 'rss_view' => '새 탭에서 RSS 피드 열기',
+ 'rss_view' => 'Open as RSS feed', // TODO - Translation
'see_on_website' => '글이 게재된 웹사이트에서 보기',
'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', // TODO - Translation
'skip_next_article' => '다음 글로 커서 이동',