Pending translation in Lexicon module and refine stylehseet

This commit is contained in:
Manuel Cillero 2017-08-04 08:53:48 +02:00
parent 97bc3e5e20
commit 2ac7a83346
2 changed files with 8 additions and 3 deletions

View file

@ -819,7 +819,7 @@ function lexicon_overview($vocab, $letter = NULL) {
$vid = $vocab->vid;
$path = variable_get('lexicon_path_' . $vid, 'lexicon/' . $vid);
if ($letter) {
drupal_set_title(t('!title beginning with !let', array('!title' => check_plain(variable_get('lexicon_title_' . $vid, 'lexicon/' . $vid)) , '!let' => drupal_strtoupper($letter))));
drupal_set_title(t('!title beginning with !let', array('!title' => t(check_plain(variable_get('lexicon_title_' . $vid, 'lexicon/' . $vid))), '!let' => drupal_strtoupper($letter))));
}
$current_let = '';