The title of the default header search box defined in "search-theme-form.tpl.php" is not being translated. This is because line 39 does not use the t() function in the title definition.

The correction for that line would be:

  <input class="search-input form-text" type="text" maxlength="128" name="search_theme_form" id="edit-search_theme_form"  size="15" value="" title="<?php print t('Enter the terms you wish to search for.'); ?>"  />  

Please note that the period at the end of the phrase was also missing and would be needed to translate correctly.

Greetings to all!

Comments

jeremycaldwell’s picture

Status: Patch (to be ported) » Fixed

Great suggestion leonardwestermeyer. This will be included in the next release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.