Project

General

Profile

« Previous | Next » 

Revision 2f564f8e

Added by Andreas Kohlbecker about 8 years ago

better search ui translation support

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
215 215
    $form['search']['doTaxa'] = array(
216 216
      '#weight' => 2,
217 217
      '#type' => 'checkbox',
218
      '#title' => t('Search for accepted taxa'),
218
      '#title' => t('Search for') . ' ' . t('accepted taxa'),
219 219
      '#value' => $preset_do_taxa,
220 220
    );
221 221
    $form['search']['doSynonyms'] = array(
222 222
      '#weight' => 3,
223 223
      '#type' => 'checkbox',
224
      '#title' => t('Search for synonyms'),
224
      '#title' => t('Search for') . ' ' . t('synonyms'),
225 225
      '#value' => $preset_do_synonyms,
226 226
    );
227 227
    $form['search']['doMisappliedNames'] = array(
228 228
      '#weight' => 4,
229 229
      '#type' => 'checkbox',
230
      '#title' => t('Search for misapplied names'),
230
      '#title' => t('Search for') . ' ' . t('misapplied names'),
231 231
      '#value' => $preset_do_misapplied_names,
232 232
    );
233 233
    $form['search']['doTaxaByCommonNames'] = array(
234 234
      '#weight' => 5,
235 235
      '#type' => 'checkbox',
236
      '#title' => t('Search for common names'),
236
      '#title' => t('Search for') . ' ' . t('common names'),
237 237
      '#value' => $preset_do_taxa_by_common_names,
238 238
    );
239 239

  

Also available in: Unified diff