diff options
author | jeroenpraat <jeroenpraat@disroot.org> | 2018-06-18 23:20:35 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@disroot.org> | 2018-06-18 23:20:35 +0200 |
commit | eabbad176d7330e09f61517b6c56cfcd230afa4d (patch) | |
tree | 130dc504cbcca266af36db1c4c2e771b2dccef72 /view/nl | |
parent | e6d7f22ba91849632f91e306b9f2e802adc6af27 (diff) | |
download | volse-hubzilla-eabbad176d7330e09f61517b6c56cfcd230afa4d.tar.gz volse-hubzilla-eabbad176d7330e09f61517b6c56cfcd230afa4d.tar.bz2 volse-hubzilla-eabbad176d7330e09f61517b6c56cfcd230afa4d.zip |
fix simple error
Diffstat (limited to 'view/nl')
-rw-r--r-- | view/nl/hstrings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/nl/hstrings.php b/view/nl/hstrings.php index 07ecb0602..3581950aa 100644 --- a/view/nl/hstrings.php +++ b/view/nl/hstrings.php @@ -1816,7 +1816,7 @@ App::$strings["share"] = "delen"; App::$strings["Delivery Report"] = "Afleveringsrapport"; App::$strings["%d comment"] = array( 0 => "%d reactie", - 1 => "%d reacties getoond", + 1 => "%d reacties", ); App::$strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; App::$strings["to"] = "aan"; |