diff options
| author | 2015-08-21 16:26:33 +0200 | |
|---|---|---|
| committer | 2015-08-21 16:26:33 +0200 | |
| commit | b3ae9407aca2223000c4f3a5b56648382de8ef48 (patch) | |
| tree | 434f0fa607c0621e1cdc3967b3908ab08b9ec114 | |
| parent | 501e3312101893b147767c9f3a36c947869d6580 (diff) | |
i18n nl: content width
https://github.com/FreshRSS/FreshRSS/pull/950#issuecomment-133429503
| -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 16ad336a9..effc9dce2 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -31,7 +31,7 @@ return array( 'theme' => 'Thema', 'title' => 'Opmaak', 'width' => array( - 'content' => 'Content width', + 'content' => 'Inhoud breedte', 'large' => 'Breed', 'medium' => 'Normaal', 'no_limit' => 'Geen limiet', |
