Correction to typo
figaro - December 9, 2007 - 21:34
| Project: | Search autocomplete |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | bonvga |
| Status: | closed |
Jump to:
Description
In search_autocomplete.module change line 71 from:
'2' => t('Sort keyword alphabeticly'),
to
'2' => t('Sort keyword alphabetically'),

#1
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.'),#2
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."),#3
Hi,
I've applied your corrections : http://drupal.org/cvs?commit=91779
Thanks a lot !
Arnaud.
#4
Automatically closed -- issue fixed for two weeks with no activity.