Change line 39 of search-theme-form.tpl.php from
<input class="search-input form-text" type="text" maxlength="128" name="search_theme_form" id="edit-search_theme_form" size="15" value="" title="Enter the terms you wish to search for" />
to:
<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.') ?>" />
The period is important because standard core string has it.
Comments
Comment #1
jwolf commentedAh yes. Thank you
Comment #2
jeremycaldwell commentedComment #3
jeremycaldwell commentedThis will be included in the next release of the theme.