Browse Source

Update description for advanced search

release-2.9
Jean-Romain Garnier 6 years ago
committed by Gabriel Detraz
parent
commit
2180e9de42
  1. 4
      search/forms.py
  2. 6
      search/locale/fr/LC_MESSAGES/django.po

4
search/forms.py

@ -63,7 +63,7 @@ class SearchForm(Form):
help_text=( help_text=(
_( _(
'Use « » and «,» to specify distinct words, «"query"» for' 'Use « » and «,» to specify distinct words, «"query"» for'
" an exact search and «\\» to escape a character." " an exact search, «\\» to escape a character and «+» to combine keywors."
) )
), ),
max_length=100, max_length=100,
@ -78,7 +78,7 @@ class SearchFormPlus(Form):
help_text=( help_text=(
_( _(
'Use « » and «,» to specify distinct words, «"query"» for' 'Use « » and «,» to specify distinct words, «"query"» for'
" an exact search and «\\» to escape a character." " an exact search, «\\» to escape a character and «+» to combine keywors."
) )
), ),
max_length=100, max_length=100,

6
search/locale/fr/LC_MESSAGES/django.po

@ -90,10 +90,10 @@ msgstr "Rechercher"
#: search/forms.py:65 search/forms.py:80 #: search/forms.py:65 search/forms.py:80
msgid "" msgid ""
"Use « » and «,» to specify distinct words, «\"query\"» for an exact search " "Use « » and «,» to specify distinct words, «\"query\"» for an exact search "
"and «\\» to escape a character." "an exact search, «\\» to escape a character and «+» to combine keywors."
msgstr "" msgstr ""
"Utilisez « » et «,» pour spécifier différents mots, «\"query\"» pour une " "Utilisez « » et «,» pour spécifier différents mots, «\"mot\"» pour une "
"recherche exacte et «\\» pour échapper un caractère." "recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés."
#: search/forms.py:88 #: search/forms.py:88
msgid "Users filter" msgid "Users filter"

Loading…
Cancel
Save