From 6e9fc0dbba3ec53274c7a90d202234b204bb9f3f Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Mon, 1 Mar 2021 09:56:30 +0100 Subject: [PATCH] Add missing quotes. Resolve https://github.com/mouse-reeve/bookwyrm/pull/665#pullrequestreview-600325153 --- locale/fr_FR/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po index fdf9d4ff..c5f850be 100644 --- a/locale/fr_FR/LC_MESSAGES/django.po +++ b/locale/fr_FR/LC_MESSAGES/django.po @@ -29,7 +29,7 @@ msgstr "Wikipedia" #: bookwyrm/templates/author.html:34 #, python-format msgid "Books by %(name)s" -msgstr Livres par %(name)s +msgstr "Livres par %(name)s" #: bookwyrm/templates/book.html:27 bookwyrm/templates/book.html:28 msgid "Edit Book"