From fc641b39edac1b5ff21db8c3b9612a8ed15e82db Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 2 Jan 2021 11:14:51 -0500 Subject: Fix translation inconsistencies (#3316) Translation inconsistencies mentioned in ticket #1783 have been addressed. We need to think if we drop one of the strings to avoid translation duplication. See #1783 --- app/i18n/kr/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/i18n/kr') diff --git a/app/i18n/kr/index.php b/app/i18n/kr/index.php index ba8c769e9..4d98ff778 100644 --- a/app/i18n/kr/index.php +++ b/app/i18n/kr/index.php @@ -19,7 +19,7 @@ return array( 'add' => '피드를 추가하세요.', 'empty' => '글이 없습니다.', 'rss_of' => '%s의 피드', - 'title' => 'RSS 피드', + 'title' => '메인 스트림', 'title_fav' => '즐겨찾기', 'title_global' => '전체 모드', ), -- cgit v1.2.3