Commit 0bea5e67 authored by Tero Elonen's avatar Tero Elonen Committed by jyoti
Browse files

Issue #1381966 by teroelonen, firebird, jantoine, nehajyoti: i18n localization support

parent 47bd9440
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ function _taxonomy_breadcrumb_generate_breadcrumb($tid, $is_term_page = FALSE) {
  $term = taxonomy_term_load($tid);

  // Generate the HOME breadcrumb.
  $home_text = variable_get('taxonomy_breadcrumb_home', t('Home'));
  $home_text = t(variable_get('taxonomy_breadcrumb_home', 'Home'));
  if ($home_text != '') {
    $breadcrumb[] = l($home_text, NULL);
  }