From 78948c06fe461bb9c972fcdae04e9d85b24f3647 Mon Sep 17 00:00:00 2001 From: Erwan Taloc Date: Mon, 29 Oct 2012 17:47:37 +0000 Subject: [PATCH] Change Label of Friendly name from "Name" to "Friendy Name" to avoid misunderstanding when importing or synchronizing data SVN:trunk[2405] --- dictionaries/dictionary.itop.core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dictionaries/dictionary.itop.core.php b/dictionaries/dictionary.itop.core.php index 17b30d6b0f..1d707cdc76 100644 --- a/dictionaries/dictionary.itop.core.php +++ b/dictionaries/dictionary.itop.core.php @@ -151,7 +151,7 @@ Operators:
'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', ));