Project

General

Profile

« Previous | Next » 

Revision a49b6521

Added by Andreas Kohlbecker about 8 years ago

#5665 fixing translation of advanced search tabs

View differences:

modules/cdm_dataportal/cdm_dataportal.module
450 450
  );
451 451

  
452 452
  $items['cdm_dataportal/search/advanced'] = array(
453
    'title' => t('Advanced'),
453
    'title' => 'Advanced tt', // will be passed through t()
454
   // 'title arguments' => array('!title' => 'Advanced tt'), // will be passed through t()
454 455
    'page callback' => 'cdm_dataportal_view_search_advanced',
455 456
    'access arguments' => array('access content'),
456 457
    'type' => MENU_DEFAULT_LOCAL_TASK,
457 458
  );
458 459

  
459 460
  $items['cdm_dataportal/search/taxon_by_description'] = array(
460
    'title' => t('By factual data'),
461
    'title' => 'By factual data tt', // will be passed through t()
462
    'title arguments' => array('!title' => 'By factual data tt'), // will be passed through t()
461 463
    'page callback' => 'cdm_dataportal_view_search_taxon_by_description',
462 464
    'access arguments' => array('access content'),
463 465
    'type' => MENU_LOCAL_TASK,

Also available in: Unified diff