In search_autocomplete.module change line 71 from:
'2' => t('Sort keyword alphabeticly'),
to
'2' => t('Sort keyword alphabetically'),

Comments

figaro’s picture

EDIT/ADD:
In line 107 change code from
'#description' => t('In this field, you can check the apparence of an autocomplete search field.'),
to
'#description' => t('In this field, you can check the appearence of an autocomplete search field.'),

figaro’s picture

EDIT/ADD:
While you are at it, line 117:
'#description' => t("Enter a keyword and wait the result."),
to
'#description' => t("Enter a keyword and wait for the result."),

bonvga’s picture

Assigned: Unassigned » bonvga
Status: Active » Fixed

Hi,

I've applied your corrections : http://drupal.org/cvs?commit=91779

Thanks a lot !

Arnaud.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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