Commit 062c8d9d authored by Jérome Perrin's avatar Jérome Perrin

capitalize field title

use same title on the dialog that the action name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35728474
...@@ -52,6 +52,16 @@ ...@@ -52,6 +52,16 @@
<key> <string>action</string> </key> <key> <string>action</string> </key>
<value> <string>Order_generateReference</string> </value> <value> <string>Order_generateReference</string> </value>
</item> </item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item> <item>
<key> <string>encoding</string> </key> <key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value> <value> <string>UTF-8</string> </value>
...@@ -137,7 +147,7 @@ ...@@ -137,7 +147,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Generate Line References</string> </value> <value> <string>Generate References</string> </value>
</item> </item>
<item> <item>
<key> <string>unicode_mode</string> </key> <key> <string>unicode_mode</string> </key>
......
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="StringField" module="Products.Formulator.StandardFields"/>
<string>Products.Formulator.StandardFields</string> <tuple/>
<string>StringField</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -243,7 +240,7 @@ ...@@ -243,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Reference prefix</string> </value> <value> <string>Reference Prefix</string> </value>
</item> </item>
<item> <item>
<key> <string>truncate</string> </key> <key> <string>truncate</string> </key>
......
441 442
\ 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