diff --git a/src/Core/L10n.php b/src/Core/L10n.php index dc31b41832..2a2988341f 100644 --- a/src/Core/L10n.php +++ b/src/Core/L10n.php @@ -314,7 +314,7 @@ class L10n if (is_null($s) && $this->stringPluralSelectDefault($count)) { $s = $plural; - } else { + } elseif (is_null($s)) { $s = $singular; }