diff --git a/lib/l10n.php b/lib/l10n.php index a11ed785c5..b1f2fceeb1 100644 --- a/lib/l10n.php +++ b/lib/l10n.php @@ -59,7 +59,7 @@ class OC_L10N { /** * Plural forms (string) */ - private $plural_form_string; + private $plural_form_string = 'nplurals=2; plural=(n != 1);'; /** * Plural forms (function)