Forráskód Böngészése

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 éve
szülő
commit
bc46b4204f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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+' => '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',
 ));