mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Fix typo in translation
This commit is contained in:
parent
38142bdc7a
commit
06c042cf3a
2 changed files with 5 additions and 5 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'
|
||||||
" an exact search, «\\» to escape a character and «+» to combine keywors."
|
" an exact search, «\\» to escape a character and «+» to combine keywords."
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
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, «\\» to escape a character and «+» to combine keywors."
|
" an exact search, «\\» to escape a character and «+» to combine keywords."
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
max_length=100,
|
max_length=100,
|
||||||
|
|
|
@ -89,10 +89,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'
|
"Use « » and «,» to specify distinct words, «\"query\"» for"
|
||||||
" an exact search, «\\» to escape a character and «+» to combine keywors."
|
" an exact search, «\\» to escape a character and «+» to combine keywords."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
'Utilisez « » et «,» pour spécifier différents mots, «"mot"» pour une '
|
"Utilisez « » et «,» pour spécifier différents mots, «\"recherche\"» pour une "
|
||||||
"recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés."
|
"recherche exacte, «\\» pour échapper un caractère et «+» pour combiner des mots clés."
|
||||||
|
|
||||||
#: search/forms.py:88
|
#: search/forms.py:88
|
||||||
|
|
Loading…
Reference in a new issue