Please remove that string or wrap it in a t().
TRry to avoid hardcoded strings in a theme.

Comments

rkerr’s picture

Status: Active » Fixed
JoshLangner’s picture

What does this issue mean, and how does it affect the template?

rkerr’s picture

There were a few strings in the tpl.php files like "Search" that weren't wrapped with the t() function and so could never be translated into a different language. All I did was add t() to any hardcoded strings in the tpl.php files (and template.php as well).

This doesn't actually affect the look of the theme at all unless you're using a language other than English.

Anonymous’s picture

Status: Fixed » Closed (fixed)