From 2f62d44debbb88a87ea5e0b98a8db04676ab8d14 Mon Sep 17 00:00:00 2001 From: caroline Date: Wed, 9 Oct 2019 14:50:34 -0400 Subject: [PATCH] Bug 23789: fr-CA translation of AUTO_RENEWALS notice This patch provides the fr-CA translation of the AUTO_RENEWALS notice (fixes typo). --- installer/data/mysql/fr-CA/obligatoire/sample_notices.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql index 44fcf2c876..a0045a19f2 100644 --- a/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql +++ b/installer/data/mysql/fr-CA/obligatoire/sample_notices.sql @@ -209,7 +209,7 @@ Vous avez atteint la limite maximale de prêts. [% ELSIF checkout.auto_renew_error == 'on_reserve' %] Ce document est présentement réservé pour une autre personne. [% ELSIF checkout.auto_renew_error == 'restriction' %] -Vous n\'avez pas la permission. +Vous n'avez pas la permission. [% ELSIF checkout.auto_renew_error == 'overdue' %] Vous avez des documents en retard. [% ELSIF checkout.auto_renew_error == 'auto_too_late' %] -- 2.17.1