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/en/conf.php | |
| parent | 24c2c47d4ba5783625bba9385a1c144d791985d9 (diff) | |
fix (#3899) rss_view label
Diffstat (limited to 'app/i18n/en/conf.php')
| -rw-r--r-- | app/i18n/en/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 45b4d175b..bb84b662b 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -203,7 +203,7 @@ return array( 'other_action' => 'Other actions', 'previous_article' => 'Open the previous article', 'reading_view' => 'Switch to reading view', - 'rss_view' => 'Open RSS view in a new tab', + 'rss_view' => 'Open as RSS feed', 'see_on_website' => 'See on original website', 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> to mark previous articles as read<br />+ <kbd>⇧ Shift</kbd> to mark all articles as read', 'skip_next_article' => 'Focus next without opening', |
