Merge branch 'patch-1' into 'dev'

NL strings: fix simple error

See merge request hubzilla/core!1221
This commit is contained in:
Mike Macgirvin 2018-06-20 07:49:43 +02:00
commit e4f15c078a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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";