Переглянути джерело

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 роки тому
батько
коміт
bc46b4204f
1 змінених файлів з 1 додано та 1 видалено
  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',
 ));