diff --git a/lib/l10n.php b/lib/l10n.php
index a11ed785c5e13902f4ad44d31c02098300d83402..b1f2fceeb16b8afeb13eb76c68358c852b1acf0e 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)