mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix wrong translation in advanced search
This commit is contained in:
parent
73e7095cc4
commit
010169aab1
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
)
|
||||
),
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue