'#description'=>t('Commonly, the words "A", "The", and "An" are removed when sorting book titles if they appear at the beginning of the title. Those would be great candidates for this field.'),
'#description'=>t('Commonly, the words "A", "The", and "An" are removed when sorting book titles if they appear at the beginning of the title. Those would be great candidates for this field. Separate words with a comma.'),
);
);
$form['words']=array(
$form['words']=array(
'#type'=>'textfield',
'#type'=>'textfield',
'#title'=>'Words to filter from anywhere in a phrase',
'#title'=>'Words to filter from anywhere in a phrase',
'#description'=>t('Commonly used words like "of", "and", and "or" are removed when sorting book titles. Those type of words go here.'),
'#description'=>t('Commonly used words like "of", "and", and "or" are removed when sorting book titles. Words you would like filtered go here. Separate words with a comma.'),
);
);
$form['symbols']=array(
$form['symbols']=array(
'#type'=>'textfield',
'#type'=>'textfield',
'#title'=>'Symbols to filter from anywhere in a phrase',
'#title'=>'Symbols to filter from anywhere in a phrase',
'#description'=>t('Most symbols are ignored when performing a sort naturally. Those symbols you want ignored go here. Do not seperated.'),
'#description'=>t('Most symbols are ignored when performing a sort naturally. Those symbols you want ignored go here. Do not use a separator. EX: &$".'),