summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n.php b/lib/l10n.php
index a11ed785c5e..b1f2fceeb16 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)