diff --git a/bookwyrm/templates/notifications.html b/bookwyrm/templates/notifications.html
index 007e6b053..f6fd7dabc 100644
--- a/bookwyrm/templates/notifications.html
+++ b/bookwyrm/templates/notifications.html
@@ -87,11 +87,11 @@
{% elif notification.notification_type == 'BOOST' %}
{% if related_status.status_type == 'Review' %}
- {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your review of {{ book_title }}{% endblocktrans %}
+ {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your review of {{ book.title }}{% endblocktrans %}
{% elif related_status.status_type == 'Comment' %}
- {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your comment on{{ book_title }}{% endblocktrans %}
+ {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your comment on{{ book.title }}{% endblocktrans %}
{% elif related_status.status_type == 'Quotation' %}
- {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your quote from {{ book_title }}{% endblocktrans %}
+ {% blocktrans with related_path=related_status.local_path book_title=related_status.book.title %}boosted your quote from {{ book.title }}{% endblocktrans %}
{% else %}
{% blocktrans with related_path=related_status.local_path %}boosted your status{% endblocktrans %}
{% endif %}
diff --git a/locale/fr_FR/LC_MESSAGES/django.mo b/locale/fr_FR/LC_MESSAGES/django.mo
index 2cddb7935..d35bde77c 100644
Binary files a/locale/fr_FR/LC_MESSAGES/django.mo and b/locale/fr_FR/LC_MESSAGES/django.mo differ
diff --git a/locale/fr_FR/LC_MESSAGES/django.po b/locale/fr_FR/LC_MESSAGES/django.po
index 750a5de0e..0c7707532 100644
--- a/locale/fr_FR/LC_MESSAGES/django.po
+++ b/locale/fr_FR/LC_MESSAGES/django.po
@@ -435,12 +435,15 @@ msgid "Something went wrong! Sorry about that."
msgstr "Une erreur s’est produite ; désolé !"
#: bookwyrm/templates/feed/direct_messages.html:8
-#, python-format
+#, fuzzy, python-format
+#| msgid "favorited your %(preview_name)s"
msgid "Direct Messages with %(username)s"
msgstr "Messages directs avec %(username)s"
#: bookwyrm/templates/feed/direct_messages.html:10
#: bookwyrm/templates/layout.html:79
+#, fuzzy
+#| msgid "Send direct message"
msgid "Direct Messages"
msgstr "Messages directs"
@@ -659,6 +662,8 @@ msgid "Sorry! This invite code is no longer valid."
msgstr "Cette invitation n’est plus valide ; désolé !"
#: bookwyrm/templates/layout.html:33
+#, fuzzy
+#| msgid "Search for a book"
msgid "Search for a book or user"
msgstr "Chercher un livre ou un compte"
@@ -701,6 +706,8 @@ msgid "Site Configuration"
msgstr "Configuration du site"
#: bookwyrm/templates/layout.html:117
+#, fuzzy
+#| msgid "Log in"
msgid "Log out"
msgstr "Se déconnecter"
@@ -892,6 +899,8 @@ msgid "Not Found"
msgstr "Introuvable"
#: bookwyrm/templates/notfound.html:9
+#, fuzzy
+#| msgid "The page your requested doesn't seem to exist!"
msgid "The page you requested doesn't seem to exist!"
msgstr "Il semblerait que la page que vous avez demandée n’existe pas !"
@@ -900,56 +909,74 @@ msgid "Delete notifications"
msgstr "Supprimer les notifications"
#: bookwyrm/templates/notifications.html:49
+#, fuzzy, python-format
+#| msgid "favorited your %(preview_name)s"
msgid "favorited your review of %(book_title)s"
msgstr "a ajouté votre critique de %(book_title)s à ses favoris"
#: bookwyrm/templates/notifications.html:51
+#, fuzzy, python-format
+#| msgid "favorited your %(preview_name)s"
msgid "favorited your comment on %(book_title)s"
msgstr "a ajouté votre commentaire sur %(book_title)s à ses favoris"
#: bookwyrm/templates/notifications.html:53
+#, fuzzy, python-format
+#| msgid "favorited your %(preview_name)s"
msgid "favorited your quote from %(book_title)s"
msgstr "a ajouté votre citation de %(book_title)s à ses favoris"
#: bookwyrm/templates/notifications.html:55
+#, fuzzy, python-format
+#| msgid "favorited your %(preview_name)s"
msgid "favorited your status"
msgstr "a ajouté votre statut à ses favoris"
#: bookwyrm/templates/notifications.html:60
+#, fuzzy, python-format
+#| msgid "mentioned you in a %(preview_name)s"
msgid "mentioned you in a review of %(book_title)s"
msgstr "vous a mentionné dans sa critique de %(book_title)s"
#: bookwyrm/templates/notifications.html:62
+#, fuzzy, python-format
+#| msgid "mentioned you in a %(preview_name)s"
msgid "mentioned you in a comment on %(book_title)s"
msgstr "vous a mentionné dans son commentaire sur %(book_title)s"
#: bookwyrm/templates/notifications.html:64
-#, python-format
+#, fuzzy, python-format
+#| msgid "mentioned you in a %(preview_name)s"
msgid "mentioned you in a quote from %(book_title)s"
msgstr "vous a mentionné dans sa citation de %(book_title)s"
#: bookwyrm/templates/notifications.html:66
-#, python-format
+#, fuzzy, python-format
+#| msgid "mentioned you in a %(preview_name)s"
msgid "mentioned you in a status"
msgstr "vous a mentionné dans son statut"
#: bookwyrm/templates/notifications.html:71
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid "replied to your review of %(book_title)s"
msgstr "a répondu à votre critique de %(book_title)s"
#: bookwyrm/templates/notifications.html:73
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid "replied to your comment on %(book_title)s"
msgstr "a répondu à votre commentaire sur %(book_title)s"
#: bookwyrm/templates/notifications.html:75
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid "replied to your quote from %(book_title)s"
msgstr "a répondu à votre citation de %(book_title)s"
#: bookwyrm/templates/notifications.html:77
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid "replied to your status"
msgstr "a répondu à votre statut"
@@ -962,32 +989,38 @@ msgid "sent you a follow request"
msgstr "vous a envoyé une demande d’abonnement"
#: bookwyrm/templates/notifications.html:90
-#, python-format
-msgid "boosted your review of %(book_title)s"
+#, fuzzy, python-format
+#| msgid "boosted your %(preview_name)s"
+msgid "boosted your review of %(book.title)s"
msgstr "a partagé votre critique de %(book_title)s"
#: bookwyrm/templates/notifications.html:92
-#, python-format
-msgid "boosted your comment on%(book_title)s"
+#, fuzzy, python-format
+#| msgid "boosted your %(preview_name)s"
+msgid "boosted your comment on%(book.title)s"
msgstr "a partagé votre commentaire sur %(book_title)s"
#: bookwyrm/templates/notifications.html:94
-#, python-format
-msgid "boosted your quote from %(book_title)s"
+#, fuzzy, python-format
+#| msgid "boosted your %(preview_name)s"
+msgid "boosted your quote from %(book.title)s"
msgstr "a partagé votre citation de %(book_title)s"
#: bookwyrm/templates/notifications.html:96
-#, python-format
+#, fuzzy, python-format
+#| msgid "boosted your %(preview_name)s"
msgid "boosted your status"
msgstr "a partagé votre statut"
#: bookwyrm/templates/notifications.html:100
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid " added %(book_title)s to your list \"%(list_name)s\""
msgstr " a ajouté %(book_title)s à votre liste « %(list_name)s »"
#: bookwyrm/templates/notifications.html:102
-#, python-format
+#, fuzzy, python-format
+#| msgid "replied to your %(preview_name)s"
msgid " suggested adding %(book_title)s to your list \"%(list_name)s\""
msgstr " a suggégré l’ajout de %(book_title)s à votre liste « %(list_name)s »"
@@ -1081,6 +1114,8 @@ msgid "Relationships"
msgstr "Relations"
#: bookwyrm/templates/search_results.html:4
+#, fuzzy
+#| msgid "Search Results for \"%(query)s\""
msgid "Search Results"
msgstr "Résultats de recherche"
@@ -1129,6 +1164,8 @@ msgid "No lists found for \"%(query)s\""
msgstr "Aucune liste trouvée pour « %(query)s »"
#: bookwyrm/templates/settings/admin_layout.html:4
+#, fuzzy
+#| msgid "Registration"
msgid "Administration"
msgstr "Administration"
@@ -1282,6 +1319,8 @@ msgid "Un-block"
msgstr "Débloquer"
#: bookwyrm/templates/snippets/book_titleby.html:3
+#, fuzzy, python-format
+#| msgid "Editions of \"%(work_title)s\""
msgid "%(title)s by "
msgstr "%(title)s par "
@@ -1330,6 +1369,8 @@ msgid "No rating"
msgstr "Aucune note"
#: bookwyrm/templates/snippets/create_status_form.html:54
+#, fuzzy
+#| msgid "Spoiler alert:"
msgid "Include spoiler alert"
msgstr "Afficher une alerte spoiler"
@@ -1689,6 +1730,8 @@ msgid "More options"
msgstr "Plus d’options"
#: bookwyrm/templates/snippets/status/status_options.html:17
+#, fuzzy
+#| msgid "Delete post"
msgid "Delete status"
msgstr "Supprimer le statut"
@@ -1712,6 +1755,8 @@ msgstr "Livres tagués « %(tag.name)s »"
#: bookwyrm/templates/user/create_shelf_form.html:5
#: bookwyrm/templates/user/create_shelf_form.html:22
+#, fuzzy
+#| msgid "Create shelf"
msgid "Create Shelf"
msgstr "Créer l’étagère"
@@ -1725,6 +1770,8 @@ msgstr "Mettre l’étagère à jour"
#: bookwyrm/templates/user/followers.html:7
#: bookwyrm/templates/user/following.html:7 bookwyrm/templates/user/user.html:9
+#, fuzzy
+#| msgid "User profile"
msgid "User Profile"
msgstr "Profil"
@@ -1743,6 +1790,8 @@ msgid "%(username)s isn't following any users"
msgstr "%(username)s n’est abonné(e) à personne"
#: bookwyrm/templates/user/lists.html:9
+#, fuzzy
+#| msgid "Your lists"
msgid "Your Lists"
msgstr "Vos listes"
@@ -1757,10 +1806,14 @@ msgid "Create list"
msgstr "Créer une liste"
#: bookwyrm/templates/user/shelf.html:9
+#, fuzzy
+#| msgid "Your shelves"
msgid "Your Shelves"
msgstr "Vos étagères"
#: bookwyrm/templates/user/shelf.html:11
+#, fuzzy, python-format
+#| msgid "%(username)s has no followers"
msgid "%(username)s: Shelves"
msgstr "%(username)s : Étagères"
@@ -1769,6 +1822,8 @@ msgid "Create shelf"
msgstr "Créer l’étagère"
#: bookwyrm/templates/user/shelf.html:54
+#, fuzzy
+#| msgid "Edit Shelf"
msgid "Edit shelf"
msgstr "Modifier l’étagère"