Prechádzať zdrojové kódy

Issue #43: Fixed small typos in the interface.

Lacey Sanderson 7 rokov pred
rodič
commit
29b8ff0d57

+ 3 - 3
tripal_chado/includes/TripalImporter/OBOImporter.inc

@@ -183,7 +183,7 @@ class OBOImporter extends TripalImporter {
         '#type'          => 'textfield',
         '#title'         => t('Remote URL'),
         '#description'   => t('Please enter a URL for the online OBO file.  The file will be downloaded and parsed.
-                             (e.g. http://www.obofoundry.org/ro/ro.obo'),
+                             (e.g. http://www.obofoundry.org/ro/ro.obo)'),
         '#default_value' => $uobo_url,
       );
 
@@ -230,7 +230,7 @@ class OBOImporter extends TripalImporter {
       '#type'          => 'textfield',
       '#title'         => t('Remote URL'),
       '#description'   => t('Please enter a URL for the online OBO file.  The file will be downloaded and parsed.
-                             (e.g. http://www.obofoundry.org/ro/ro.obo'),
+                             (e.g. http://www.obofoundry.org/ro/ro.obo)'),
     );
 
     $form['obo_new']['obo_file']= array(
@@ -1393,4 +1393,4 @@ class OBOImporter extends TripalImporter {
  */
 function tripal_cv_obo_form_ajax_callback($form, $form_state) {
   return $form['class_elements']['obo_existing'];
-}
+}

+ 2 - 2
tripal_chado/includes/loaders/tripal_chado.obo_loader.inc

@@ -122,7 +122,7 @@ function tripal_cv_obo_form($form, &$form_state) {
       '#type'          => 'textfield',
       '#title'         => t('Remote URL'),
       '#description'   => t('Please enter a URL for the online OBO file.  The file will be downloaded and parsed.
-                           (e.g. http://www.obofoundry.org/ro/ro.obo'),
+                           (e.g. http://www.obofoundry.org/ro/ro.obo)'),
       '#default_value' => $uobo_url,
     );
 
@@ -174,7 +174,7 @@ function tripal_cv_obo_form($form, &$form_state) {
     '#type'          => 'textfield',
     '#title'         => t('Remote URL'),
     '#description'   => t('Please enter a URL for the online OBO file.  The file will be downloaded and parsed.
-                           (e.g. http://www.obofoundry.org/ro/ro.obo'),
+                           (e.g. http://www.obofoundry.org/ro/ro.obo)'),
   );
 
   $form['obo_new']['obo_file']= array(

+ 1 - 1
tripal_chado/includes/tripal_chado.field_storage.inc

@@ -879,7 +879,7 @@ function tripal_chado_field_storage_bundle_mapping_form_add_allrecs(&$form,
     '#title' => 'Are all records in the "' . $default['table'] .
       '" table of type "'. $term_name . '"?',
     '#description' => 'Select "No" if the "' .
-      $default['table'] . '" table houses more that just data of type "' .
+      $default['table'] . '" table houses more than just data of type "' .
       $term_name . '".',
     '#default_value' => $default['has_all'],
     '#ajax' => array(