diff options
| author | 2021-02-26 17:31:01 -0500 | |
|---|---|---|
| committer | 2021-02-26 23:31:01 +0100 | |
| commit | 449fee7a2cc9453da4aac03f833ccb28205d7d3a (patch) | |
| tree | b0ea6561ca18dd078d722a2eaa1c9d84af9366d2 /app/i18n/kr | |
| parent | a127f7dae3767d519fc0c6d7cbb84e640bace7c2 (diff) | |
"Show all" option on labels (#3472)
It uses the favorite option to keep a similar experience through out the application and also to limit the number of options.
See #3263
Diffstat (limited to 'app/i18n/kr')
| -rw-r--r-- | app/i18n/kr/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 3d2eb9233..7072126b7 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -138,6 +138,7 @@ return array( 'remember_categories' => 'Remember open categories', // TODO - Translation 'unread' => '읽지 않은 글만 표시', ), + 'show_fav_unread_help' => 'Applies also on labels', // TODO - Translation 'sides_close_article' => '글 영역 바깥을 클릭하면 글 접기', 'sort' => array( '_' => '정렬 순서', |
