fix simple error

This commit is contained in:
jeroenpraat 2018-06-18 23:20:35 +02:00
parent e6d7f22ba9
commit eabbad176d

View file

@ -1816,7 +1816,7 @@ App::$strings["share"] = "delen";
App::$strings["Delivery Report"] = "Afleveringsrapport"; App::$strings["Delivery Report"] = "Afleveringsrapport";
App::$strings["%d comment"] = array( App::$strings["%d comment"] = array(
0 => "%d reactie", 0 => "%d reactie",
1 => "%d reacties getoond", 1 => "%d reacties",
); );
App::$strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s"; App::$strings["View %s's profile - %s"] = "Profiel van %s bekijken - %s";
App::$strings["to"] = "aan"; App::$strings["to"] = "aan";