diff --git a/sites/all/modules/contrib/gss/includes/GoogleSiteSearch.inc b/sites/all/modules/contrib/gss/includes/GoogleSiteSearch.inc index 2e114f3..f7496a1 100644 --- a/sites/all/modules/contrib/gss/includes/GoogleSiteSearch.inc +++ b/sites/all/modules/contrib/gss/includes/GoogleSiteSearch.inc @@ -410,7 +410,7 @@ class GoogleSiteSearch { $active_html_others = 'class="active"'; } $new_query = urlencode($this->query) . '+more%3A' . $categ['label']; //builds up the path to the tab links - $html .= '
  • ' . '' . $categ['anchor_text'] . '' . '
  • '; + $html .= '
  • ' . '' . t($categ['anchor_text']) . '' . '
  • '; } }