diff options
| author | 2021-10-19 10:16:00 +0200 | |
|---|---|---|
| committer | 2021-10-19 10:16:00 +0200 | |
| commit | a005824d50ca86534ee347121c769ba9bb4bea33 (patch) | |
| tree | fb48dcc50138f311803f2c4b0500dd4b2db5a458 /app/i18n/he/conf.php | |
| parent | 24c2c47d4ba5783625bba9385a1c144d791985d9 (diff) | |
fix (#3899) rss_view label
Diffstat (limited to 'app/i18n/he/conf.php')
| -rw-r--r-- | app/i18n/he/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 53e74e01e..34f32ddcc 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -203,7 +203,7 @@ return array( 'other_action' => 'פעולות אחרות', 'previous_article' => 'דילוג למאמר הקודם', 'reading_view' => 'Switch to reading view', // TODO - Translation - 'rss_view' => 'Open RSS view in a new tab', // TODO - Translation + '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' => 'Focus next without opening', // TODO - Translation |
