From b120619bb0823ba4bfaed2ee5f3944e9c4202b74 Mon Sep 17 00:00:00 2001
From: Pierre Ducroquet <pinaraf@pinaraf.info>
Date: Wed, 14 Dec 2022 12:37:56 +0100
Subject: [PATCH] Fix typo in french message translation

---
 fr/postgres.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fr/postgres.po b/fr/postgres.po
index 762bd610..8ed73a7f 100644
--- a/fr/postgres.po
+++ b/fr/postgres.po
@@ -26697,7 +26697,7 @@ msgstr " application_name=%s"
 #: utils/init/postinit.c:272
 #, c-format
 msgid " SSL enabled (protocol=%s, cipher=%s, bits=%d)"
-msgstr "SSL activé (protocole : %s, chiffrement : %s, bits : %d)"
+msgstr " SSL activé (protocole : %s, chiffrement : %s, bits : %d)"
 
 #: utils/init/postinit.c:284
 #, c-format
-- 
2.39.0

