8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 03:13:12 +00:00

Fix wrong translation in advanced search

This commit is contained in:
Jean-Romain Garnier 2020-02-19 11:10:07 +01:00 committed by Gabriel Detraz
parent 73e7095cc4
commit 010169aab1
2 changed files with 2 additions and 2 deletions

View file

@ -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'
" search, «\\» to escape a character and «+» to" " an exact search, «\\» to escape a character and «+» to"
" combine keywords." " combine keywords."
) )
), ),

View file

@ -90,7 +90,7 @@ 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" "Use « » and «,» to specify distinct words, «\"query\"» for"
" search, «\\» to escape a character and «+» to" " an exact search, «\\» to escape a character and «+» to"
" combine keywords." " combine keywords."
msgstr "" msgstr ""
"Utilisez « » et «,» pour spécifier différents mots, «\"recherche\"» pour" "Utilisez « » et «,» pour spécifier différents mots, «\"recherche\"» pour"