From 8f03ac4aa3ff9ad8f16af17b89668fbace3fc36b Mon Sep 17 00:00:00 2001 From: Molkobain Date: Sat, 10 Apr 2021 18:25:22 +0200 Subject: [PATCH] Activity entry: Fix french dict. entry when more than 4 attributes changed --- dictionaries/fr.dictionary.itop.core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/fr.dictionary.itop.core.php b/dictionaries/fr.dictionary.itop.core.php index 902db59d13..675561eb7d 100644 --- a/dictionaries/fr.dictionary.itop.core.php +++ b/dictionaries/fr.dictionary.itop.core.php @@ -300,7 +300,7 @@ Dict::Add('FR FR', 'French', 'Français', array( 'Change:ObjectModified' => 'Elément modifié', 'Change:TwoAttributesChanged' => '%1$s and %2$s modifiés', 'Change:ThreeAttributesChanged' => '%1$s, %2$s et un autre modifiés', - 'Change:FourOrMoreAttributesChanged' => '%1$s, %2$s, %3$s ... modifiés', + 'Change:FourOrMoreAttributesChanged' => '%1$s, %2$s et %3$s autres modifiés', 'Change:AttName_SetTo_NewValue_PreviousValue_OldValue' => '%1$s modifié en %2$s (ancienne valeur: %3$s)', 'Change:AttName_SetTo' => '%1$s modifié en %2$s', 'Change:Text_AppendedTo_AttName' => '%1$s ajouté à %2$s',