diff options
author | zotlabs <mike@macgirvin.com> | 2018-06-25 20:58:23 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-06-25 20:58:23 -0700 |
commit | b89387d60840595ab13343a05cc4294c51a9152b (patch) | |
tree | 2f21d81fb035b18683701f74b0b129facd04daee /view/nl/hstrings.php | |
parent | 712759ea4b587f9d5b9dfac7216b7f14f32e7792 (diff) | |
parent | cef1c09db651819c8e457c66aaa37f6f7a05578f (diff) | |
download | volse-hubzilla-b89387d60840595ab13343a05cc4294c51a9152b.tar.gz volse-hubzilla-b89387d60840595ab13343a05cc4294c51a9152b.tar.bz2 volse-hubzilla-b89387d60840595ab13343a05cc4294c51a9152b.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into xdev_merge
Diffstat (limited to 'view/nl/hstrings.php')
-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"; |