diff --git a/core/modules/views/src/Plugin/views/area/Result.php b/core/modules/views/src/Plugin/views/area/Result.php index 19db058..4c4c076 100644 --- a/core/modules/views/src/Plugin/views/area/Result.php +++ b/core/modules/views/src/Plugin/views/area/Result.php @@ -149,7 +149,7 @@ public function render($empty = FALSE) { $replacements['@current_record_count'] = $current_record_count; $replacements['@page_count'] = $page_count; // If the format_plural option is selected. - if (!empty($this->options['format_plural']) && $replacements[$this->options['format_plural_count']] != 1) { + if (!empty($this->options['format_plural']) && $replacements[$this->options['format_plural_count']] > 1) { $format = $this->options['format_plural_plural']; } // Send the output.