diff --git a/search/forms.py b/search/forms.py index 1cfd02cb..1a29ce2d 100644 --- a/search/forms.py +++ b/search/forms.py @@ -63,7 +63,7 @@ class SearchForm(Form): help_text=( _( 'Use « » and «,» to specify distinct words, «"query"» for' - " an exact search, «\\» to escape a character and «+» to combine keywors." + " an exact search, «\\» to escape a character and «+» to combine keywords." ) ), max_length=100, @@ -78,7 +78,7 @@ class SearchFormPlus(Form): help_text=( _( 'Use « » and «,» to specify distinct words, «"query"» for' - " an exact search, «\\» to escape a character and «+» to combine keywors." + " an exact search, «\\» to escape a character and «+» to combine keywords." ) ), max_length=100, diff --git a/search/locale/fr/LC_MESSAGES/django.po b/search/locale/fr/LC_MESSAGES/django.po index 6f798188..356c1ae4 100644 --- a/search/locale/fr/LC_MESSAGES/django.po +++ b/search/locale/fr/LC_MESSAGES/django.po @@ -89,10 +89,10 @@ msgstr "Rechercher" #: search/forms.py:65 search/forms.py:80 msgid "" -'Use « » and «,» to specify distinct words, «"query"» for' -" an exact search, «\\» to escape a character and «+» to combine keywors." +"Use « » and «,» to specify distinct words, «\"query\"» for" +" an exact search, «\\» to escape a character and «+» to combine keywords." msgstr "" -'Utilisez « » et «,» pour spécifier différents mots, «"mot"» pour une ' +"Utilisez « » et «,» pour spécifier différents mots, «\"recherche\"» pour une " "recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés." #: search/forms.py:88