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

jwolf’s picture

Assigned: Unassigned » jwolf

Ah yes. Thank you

jeremycaldwell’s picture

Status: Active » Postponed
Issue tags: +fixed in fusion
jeremycaldwell’s picture

Status: Postponed » Fixed

This will be included in the next release of the theme.

Status: Fixed » Closed (fixed)
Issue tags: -fixed in fusion

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