Index: quicksearch.module =================================================================== RCS file: /cvs/drupal/contributions/modules/quicksearch/quicksearch.module,v retrieving revision 1.2 diff -u -p -r1.2 quicksearch.module --- quicksearch.module 16 Apr 2007 22:35:35 -0000 1.2 +++ quicksearch.module 22 Apr 2007 17:44:28 -0000 @@ -151,10 +151,9 @@ function quicksearch_settings() { '#default_value' => QUICKSEARCH_FIELD_SIZE ); - $selector_description = 'ONLY USE THIS IF YOU KNOW WHAT YOU ARE DOING. -

Provide a CSS selector for jQuery to display the search results in. - If you provide a possible "bad" value you can break the visuals of your site when quicksearch is used.

-

Garland Theme: #squeeze div.left-corner

'; + $selector_description = t('ONLY USE THIS IF YOU KNOW WHAT YOU ARE DOING.'); + $selector_description .= t('

Provide a CSS selector for jQuery to display the search results in. If you provide a possible "bad" value you can break the visuals of your site when quicksearch is used.

'); + $selector_description .= '

' . t('Garland Theme: ') . '#squeeze div.left-corner

'; $form['themer']['quicksearch_selector'] = array( '#type' => 'textfield',