From d1767dcb4f61a3e1b991eddbfc7ede41ed9c8866 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 24 Jan 2019 10:19:20 +0100 Subject: [PATCH] Fix typo in french translation --- resources/lang/fr/Public_ViewEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/Public_ViewEvent.php b/resources/lang/fr/Public_ViewEvent.php index b7fcd53e..f30cfb04 100644 --- a/resources/lang/fr/Public_ViewEvent.php +++ b/resources/lang/fr/Public_ViewEvent.php @@ -31,7 +31,7 @@ return array ( 'download_tickets' => 'Télécharger les billets', 'email' => 'Courriel', 'email_address' => 'Adresse de courriel', - 'event_already' => 'L\'événement a :started.', + 'event_already' => 'L\'événement est :started.', 'event_already_ended' => 'fini', 'event_already_started' => 'déjà commencé', 'event_dashboard' => 'Tableau de bord de l\'événement',