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/nl | |
| parent | 24c2c47d4ba5783625bba9385a1c144d791985d9 (diff) | |
fix (#3899) rss_view label
Diffstat (limited to 'app/i18n/nl')
| -rw-r--r-- | app/i18n/nl/conf.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index b080eebd1..b157551cf 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -203,7 +203,7 @@ return array( 'other_action' => 'Andere acties', 'previous_article' => 'Spring naar vorige artikel', 'reading_view' => 'Schakel naar leesaanzicht', - 'rss_view' => 'Open RSS-aanzicht in een nieuwe tab', + 'rss_view' => 'Open als RSS-feed', 'see_on_website' => 'Bekijk op originale website', 'shift_for_all_read' => '+ <kbd>Alt ⎇</kbd> om voorgaande artikelen als gelezen te markeren<br />+ <kbd>⇧ Shift</kbd> om alle artikelen als gelezen te markeren', 'skip_next_article' => 'Volgend artikel focusen zonder openen', |
