Explorar o código

Fixed typo in French dictionary

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@953 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=14) %!d(string=hai) anos
pai
achega
e97e042133
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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',