From e2f0f4347ac8a8b82315cfc2ad2b2da40d0dd025 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 14 Sep 2010 15:03:07 +0000
Subject: [PATCH] Don't use a period at the end of a message.

---
 plugins/FeedsTermProcessor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index c43fdb74..b5b0c6d0 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);
-- 
GitLab