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
Comment #1
jeremycaldwell commentedGreat suggestion leonardwestermeyer. This will be included in the next release.