Browse Source

Fixed typo in French dictionary

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@953 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
e97e042133
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dictionaries/fr.dictionary.itop.core.php

+ 2 - 2
dictionaries/fr.dictionary.itop.core.php

@@ -26,10 +26,10 @@
 
 Dict::Add('EN US', 'English', 'English', array(
 	'Core:AttributeLinkedSet' => 'Objets liés (1-n)',
-	'Core:AttributeLinkedSet+' => 'Liste d'\'objets d\'une classe donnée et pointant sur l\'objet courant',
+	'Core:AttributeLinkedSet+' => 'Liste d\'objets d\'une classe donnée et pointant sur l\'objet courant',
 
 	'Core:AttributeLinkedSetIndirect' => 'Objets liés (1-n)',
-	'Core:AttributeLinkedSetIndirect+' => 'Liste d'\'objets d\'une classe donnée et liés à l\'objet courant via une classe intermédiaire',
+	'Core:AttributeLinkedSetIndirect+' => 'Liste d\'objets d\'une classe donnée et liés à l\'objet courant via une classe intermédiaire',
 
 	'Core:AttributeInteger' => 'Nombre entier',
 	'Core:AttributeInteger+' => 'Valeur numérique entière',