diff --git a/models/CsvImportPlus/RowIterator.php b/models/CsvImportPlus/RowIterator.php index 536c85f..1e2c9c9 100644 --- a/models/CsvImportPlus/RowIterator.php +++ b/models/CsvImportPlus/RowIterator.php @@ -262,7 +262,7 @@ protected function _formatRow($row) $printable = substr(join($this->_columnDelimiter, $row), 0, 30) . '...'; throw new CsvImportPlus_MissingColumnException("Row beginning with " . "'$printable' does not have the required {$this->_colCount} " - . "rows."); + . "columns."); } for ($i = 0; $i < $this->_colCount; $i++) {