aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2018-06-20 07:49:43 +0200
committerMike Macgirvin <mike@macgirvin.com>2018-06-20 07:49:43 +0200
commite4f15c078a6686c2b0ae47ef1435e76092a1147a (patch)
tree2d9bcab6470eb8b6fc84a5a4b2a62e45cf7b1a39 /view
parent3716f4e80928f160965dde6fa475e9fa3155b25a (diff)
parenteabbad176d7330e09f61517b6c56cfcd230afa4d (diff)
downloadvolse-hubzilla-e4f15c078a6686c2b0ae47ef1435e76092a1147a.tar.gz
volse-hubzilla-e4f15c078a6686c2b0ae47ef1435e76092a1147a.tar.bz2
volse-hubzilla-e4f15c078a6686c2b0ae47ef1435e76092a1147a.zip
Merge branch 'patch-1' into 'dev'
NL strings: fix simple error See merge request hubzilla/core!1221
Diffstat (limited to 'view')
-rw-r--r--view/nl/hmessages.po2
-rw-r--r--view/nl/hstrings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/nl/hmessages.po b/view/nl/hmessages.po
index 5d22d74a5..c98121122 100644
--- a/view/nl/hmessages.po
+++ b/view/nl/hmessages.po
@@ -8378,7 +8378,7 @@ msgstr "Afleveringsrapport"
msgid "%d comment"
msgid_plural "%d comments"
msgstr[0] "%d reactie"
-msgstr[1] "%d reacties getoond"
+msgstr[1] "%d reacties"
#: ../../Zotlabs/Lib/ThreadItem.php:343 ../../Zotlabs/Lib/ThreadItem.php:344
#, php-format
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";