diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc index c43fdb74cd6d265fb4097125fb83fb79dea9bed6..b5b0c6d02e7ec90fefe49ae565518b44c7fc3a73 100644 --- a/plugins/FeedsTermProcessor.inc +++ b/plugins/FeedsTermProcessor.inc @@ -119,7 +119,7 @@ class FeedsTermProcessor extends FeedsProcessor { $target_term = array(); } if (!$vocabulary = $this->vocabulary()) { - throw new Exception(t('No vocabulary specified for term processor.')); + throw new Exception(t('No vocabulary specified for term processor')); } $target_term['vid'] = $vocabulary->vid; $target_term = parent::map($batch, $target_term);