From 57631f368dea4a046a3f7cbcdd98d75518de1b18 Mon Sep 17 00:00:00 2001 From: Jean-Romain Garnier Date: Wed, 19 Feb 2020 11:10:07 +0100 Subject: [PATCH] Fix wrong translation in advanced search --- search/forms.py | 2 +- search/locale/fr/LC_MESSAGES/django.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/search/forms.py b/search/forms.py index f6e90cd7..9f2ff82a 100644 --- a/search/forms.py +++ b/search/forms.py @@ -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." ) ), diff --git a/search/locale/fr/LC_MESSAGES/django.po b/search/locale/fr/LC_MESSAGES/django.po index 749f4184..ca0507ae 100644 --- a/search/locale/fr/LC_MESSAGES/django.po +++ b/search/locale/fr/LC_MESSAGES/django.po @@ -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"