Procházet zdrojové kódy

Fixed error message

spficklin před 12 roky
rodič
revize
03b2ecaaf7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {