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:
parent
73e7095cc4
commit
010169aab1
2 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue