8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +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=(
_(
'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."
)
),

View file

@ -90,7 +90,7 @@ msgstr "Rechercher"
#: search/forms.py:65 search/forms.py:80
msgid ""
"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."
msgstr ""
"Utilisez « » et «,» pour spécifier différents mots, «\"recherche\"» pour"