Pārlūkot izejas kodu

Change Label of Friendly name from "Name" to "Friendy Name" to avoid misunderstanding when importing or synchronizing data

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2405 a333f486-631f-4898-b8df-5754b55c2be0
etaloc 12 gadi atpakaļ
vecāks
revīzija
bc46b4204f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      dictionaries/dictionary.itop.core.php

+ 1 - 1
dictionaries/dictionary.itop.core.php

@@ -151,7 +151,7 @@ Operators:<br/>
 	'Core:AttributeFriendlyName' => 'Friendly name',
 	'Core:AttributeFriendlyName' => 'Friendly name',
 	'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes',
 	'Core:AttributeFriendlyName+' => 'Attribute created automatically ; the friendly name is computed after several attributes',
 
 
-	'Core:FriendlyName-Label' => 'Name',
+	'Core:FriendlyName-Label' => 'Friendly name',
 	'Core:FriendlyName-Description' => 'Friendly name',
 	'Core:FriendlyName-Description' => 'Friendly name',
 ));
 ));