Commit 407061bc authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* use 'Usual Name' instead of 'Title' in all tabs in Person or Organisation view.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25784 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6279f295
871 872
\ No newline at end of file \ No newline at end of file
...@@ -13,7 +13,6 @@ ...@@ -13,7 +13,6 @@
<key> <string>delegated_list</string> </key> <key> <string>delegated_list</string> </key>
<value> <value>
<list> <list>
<string>title</string>
<string>editable</string> <string>editable</string>
</list> </list>
</value> </value>
...@@ -77,7 +76,7 @@ ...@@ -77,7 +76,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>description</string> </key> <key> <string>description</string> </key>
<value> <string>The name of a document in ERP5</string> </value> <value> <string>The usual name of the person.</string> </value>
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
...@@ -85,11 +84,11 @@ ...@@ -85,11 +84,11 @@
</item> </item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value> <value> <string>my_title</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value> <value> <string>Person_viewFieldLibrary</string> </value>
</item> </item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
...@@ -97,7 +96,7 @@ ...@@ -97,7 +96,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Title</string> </value> <value> <string>Usual Name</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
......
1096 1097
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment