diff options
author | Frédéric Péters <fpeters@entrouvert.com> | 2022-03-25 08:02:43 (GMT) |
---|---|---|
committer | Frédéric Péters <fpeters@entrouvert.com> | 2022-03-25 08:02:43 (GMT) |
commit | ff98a87158195a2cb1dd00c1ceb087b2cb470196 (patch) | |
tree | 78a28977bb7cd18b4583d74b53cce55341b2897b | |
parent | 6b3537d083189c96ee1417a18faf4ca962c6bcab (diff) | |
download | django-mellon-ff98a87158195a2cb1dd00c1ceb087b2cb470196.zip django-mellon-ff98a87158195a2cb1dd00c1ceb087b2cb470196.tar.gz django-mellon-ff98a87158195a2cb1dd00c1ceb087b2cb470196.tar.bz2 |
translations: close quotes around username (#63178)
-rw-r--r-- | mellon/locale/fr/LC_MESSAGES/django.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mellon/locale/fr/LC_MESSAGES/django.po b/mellon/locale/fr/LC_MESSAGES/django.po index 6e155a6..29c5cbb 100644 --- a/mellon/locale/fr/LC_MESSAGES/django.po +++ b/mellon/locale/fr/LC_MESSAGES/django.po @@ -122,7 +122,7 @@ msgid "" " is inactive please contact your administrator.\n" " " msgstr "" -"L’utilisateur « %(user)s est inactif, veuillez contacter votre " +"L’utilisateur « %(user)s » est inactif, veuillez contacter votre " "administrateur." #: templates/mellon/user_not_found.html:6 |