Project

General

Profile

« Previous | Next » 

Revision 31bb0452

Added by Andreas Kohlbecker almost 4 years ago

ref #9010 changing label to 'Placement status'

View differences:

modules/cdm_dataportal/includes/taxon-node.inc
45 45
    if(count($state_markup_tokens) > 0){
46 46
      $state_markup = [];
47 47
      $label_plural |= count($state_markup_tokens) > 1;
48
      $label = $label_plural ? t('Classificatorical states') : t('Classificatorical state');
48
      $label = $label_plural ? t('Placement status') : t('Placement status');
49 49
      if(count($state_markup_tokens) > 1){
50 50
        foreach ($state_markup_tokens as $tokes){
51 51
          $state_markup[] = sprintf($tokes['states'], $tokes['classification']);

Also available in: Unified diff