From 56334488fedece5fe55bb260843831f6b09ab38e Mon Sep 17 00:00:00 2001
From: touti <touti@noreply.git.spip.net>
Date: Mon, 25 Sep 2023 22:43:05 +0200
Subject: [PATCH] style: correction orthographique
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Pas de parenthèses sur le (s) de Un ou plusieurs traitements.
---
 lang/formidable_fr.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/formidable_fr.php b/lang/formidable_fr.php
index 93c0d258..8ae99879 100644
--- a/lang/formidable_fr.php
+++ b/lang/formidable_fr.php
@@ -22,7 +22,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 	'analyse_une_reponse_total' => 'Une personne a répondu à ce formulaire.',
 	'analyse_zero_reponse_total' => 'Personne n’a répondu à ce formulaire.',
 	'aucun_traitement_explication' => 'Aucun traitement n\'est activé. Ce formulaire ne traitera aucune donnée.',
-	'choisir_traitement_explication' => 'Choisir un ou plusieurs traitement(s). À défaut, le formulaire ne traitera aucune donnée.',
+	'choisir_traitement_explication' => 'Choisir un ou plusieurs traitements. À défaut, le formulaire ne traitera aucune donnée.',
 	'autoriser_admin_restreint' => 'Les admins de rubriques peuvent également créer et modifier les formulaires',
 
 	// B
-- 
GitLab