diff options
| author | 2022-01-08 21:58:55 +0100 | |
|---|---|---|
| committer | 2022-01-08 21:58:55 +0100 | |
| commit | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch) | |
| tree | f11de558e7a09522a45d1c155d9707ecda6bf1eb /app/i18n/nl/conf.php | |
| parent | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff) | |
Use typographic quotes (#4133)
* Use typographic quotes
* A few fixes
* Fix
* Fix not saved
* Implement feedback
* Detail
* Revert spoken English fixes
Left for a future dedicated discussion
* More reverts
* Final reverts
* Final minor
Diffstat (limited to 'app/i18n/nl/conf.php')
| -rw-r--r-- | app/i18n/nl/conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 4785347d5..14f23c701 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -80,7 +80,7 @@ return array( 'title' => 'Profiel', ), 'query' => array( - '_' => 'Gebruikersquery\'s (informatie aanvragen)', + '_' => 'Gebruikersquery’s (informatie aanvragen)', 'deprecated' => 'Deze query (informatie aanvraag) is niet langer geldig. De bedoelde categorie of feed is al verwijderd.', 'filter' => array( '_' => 'Filter toegepast:', @@ -118,7 +118,7 @@ return array( 'state_13' => 'Toon gelezen artikelen', 'state_14' => 'Toon ongelezen artikelen', 'state_15' => 'Toon alle artikelen', - 'title' => 'Gebruikersquery\'s', + 'title' => 'Gebruikersquery’s', ), 'reading' => array( '_' => 'Lezen', |
