Browse Source

Fixed error message

spficklin 12 years ago
parent
commit
03b2ecaaf7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_views/api/tripal_views.api.inc

+ 1 - 1
tripal_views/api/tripal_views.api.inc

@@ -187,7 +187,7 @@ function tripal_views_integration_add_entry($defn_array) {
   }
   else {
     $status = FALSE;
-    drupal_set_message(t('Unable to integrate "%table" table due to a missing name or comment field.', array('%table' => $defn_array['table'])), 'error');
+    drupal_set_message(t('Unable to integrate "%table" table due to a missing name field.', array('%table' => $defn_array['table'])), 'error');
   }
 
   if ($status) {