In search_autocomplete.module change line 71 from:
'2' => t('Sort keyword alphabeticly'),
to
'2' => t('Sort keyword alphabetically'),
In search_autocomplete.module change line 71 from:
'2' => t('Sort keyword alphabeticly'),
to
'2' => t('Sort keyword alphabetically'),
Comments
Comment #1
figaro commentedEDIT/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.'),Comment #2
figaro commentedEDIT/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."),Comment #3
bonvga commentedHi,
I've applied your corrections : http://drupal.org/cvs?commit=91779
Thanks a lot !
Arnaud.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.