Project

General

Profile

« Previous | Next » 

Revision 7cc085da

Added by Andreas Kohlbecker almost 8 years ago

#5912 fixing wrong usages of dynamic strings, using placeholders and avoiding concatination

View differences:

modules/cdm_dataportal/theme/cdm_dataportal.occurrence.theme
123 123
      },
124 124
      $field);
125 125

  
126
  return t(ucfirst($field)) . ':';
126
  return t('@field-name :', array('@field-name' => ucfirst($field)));
127 127
}
128 128

  
129 129

  

Also available in: Unified diff