diff --git a/lib/l10n/string.php b/lib/l10n/string.php index 3cda5eab50687dd6745257c47ad9106418924e27..5b9dbaee8a2c4bdbb4417c955d2a680841c0307a 100644 --- a/lib/l10n/string.php +++ b/lib/l10n/string.php @@ -24,7 +24,7 @@ class OC_L10N_String{ if(array_key_exists($this->text, $translations)) { if(is_array($translations[$this->text])) { $id = $localizations["selectplural"]( $count ); - $text = $translations[$this->text][$id] + $text = $translations[$this->text][$id]; } else{ $text = $translations[$this->text];