Project

General

Profile

« Previous | Next » 

Revision 722b1688

Added by Andreas Kohlbecker about 8 years ago

ui text changes

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
289 289
      '#type' => 'fieldset',
290 290
      '#title' => t('Filter by distribution areas'),
291 291
      '#description' => t('The search will return taxa having distribution
292
        information for at least one of the chosen areas. The areas are grouped
293
        by the vocabularies to which the highest level areas belong.'),
292
        information for at least one of the selected areas.') . ' '
293
        .(count($term_tree) > 1 ? t('The areas are grouped
294
        by the vocabularies to which the highest level areas belong.') : ''),
294 295
    );
295 296
    $form['search']['areas']['areas_filter'] = array(
296 297
      '#type' => 'textfield',
297
      '#description' => t('Enter an area name or abbreviation to filter the areas listed below.'),
298
      '#description' => t('Type to filter the areas listed below.'),
298 299
    );
299 300
    $vocab_cnt = 0;
300 301
    $areas_defaults = array();

Also available in: Unified diff