@@ -192,22 +137,18 @@ class FeedsXPathParser extends FeedsParser {
}
}
$items=array(
format_plural(count($uniques),
t('Field <strong>!column</strong> is mandatory and considered unique: only one item per !column value will be created.',
array('!column'=>implode(', ',$uniques))),
t('Fields <strong>!columns</strong> are mandatory and values in these columns are considered unique: only one entry per value in one of these columns will be created.',
t('Field <strong>!column</strong> is mandatory and considered unique: only one item per !column value will be created.',
array('!column'=>implode(', ',$uniques))),
t('Fields <strong>!columns</strong> are mandatory and values in these columns are considered unique: only one entry per value in one of these columns will be created.',