Commit 361d41e7 authored by Fabien Morin's avatar Fabien Morin

fix some pb :

color -> colour
visual_pattern -> visual_pattern_title
resource -> resource_title

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb72ce12
......@@ -33,8 +33,8 @@ class ApparelComponent:
"""
_properties = (
{ 'id' : 'color_count',
'description' : 'Number of colors',
{ 'id' : 'colour_count',
'description' : 'Number of colours',
'type' : 'int',
'mode' : 'w' },
# Override default value XXX
......
......@@ -41,8 +41,8 @@ class ApparelFabric:
'description' : 'The useful width of the fabric',
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'color_count', # XXXX
'description' : 'Number of colors',
{ 'id' : 'colour_count', # XXXX
'description' : 'Number of colours',
'type' : 'int',
'mode' : 'w' },
{ 'id' : 'quality_reference',
......
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Apparel Colour Range Variation</string> </value>
<value> <string>Title</string> </value>
</item>
<item>
<key> <string>truncate</string> </key>
......
......@@ -100,7 +100,7 @@
<value>
<list>
<string>my_variation_category_list</string>
<string>my_color_count</string>
<string>my_colour_count</string>
<string>my_comment</string>
<string>my_translated_validation_state_title</string>
</list>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_color_count</string> </value>
<value> <string>my_colour_count</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Color Count</string> </value>
<value> <string>Colour Count</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......
......@@ -335,11 +335,11 @@
<string>Apparel Fabric Template</string>
</tuple>
<tuple>
<string>resource</string>
<string>resource_title</string>
<string>Resource</string>
</tuple>
<tuple>
<string>visual_pattern</string>
<string>visual_pattern_title</string>
<string>Motive</string>
</tuple>
<tuple>
......@@ -412,11 +412,11 @@
<string>Drawing Reference</string>
</tuple>
<tuple>
<string>resource</string>
<string>resource_title</string>
<string>Resource</string>
</tuple>
<tuple>
<string>visual_pattern</string>
<string>visual_pattern_title</string>
<string>Motive</string>
</tuple>
<tuple>
......@@ -613,11 +613,11 @@
<string>Drawing Reference</string>
</tuple>
<tuple>
<string>resource</string>
<string>resource_title</string>
<string>Resource</string>
</tuple>
<tuple>
<string>visual_pattern</string>
<string>visual_pattern_title</string>
<string>Motive</string>
</tuple>
<tuple>
......@@ -671,11 +671,11 @@
<string>Drawing Reference</string>
</tuple>
<tuple>
<string>resource</string>
<string>resource_title</string>
<string>Resource</string>
</tuple>
<tuple>
<string>visual_pattern</string>
<string>visual_pattern_title</string>
<string>Motive</string>
</tuple>
<tuple>
......
......@@ -100,7 +100,7 @@
<string>my_resource</string>
<string>my_visual_pattern</string>
<string>my_trade_description</string>
<string>my_color_count</string>
<string>my_colour_count</string>
<string>my_raw_width</string>
<string>my_net_width</string>
<string>my_base_weight</string>
......
......@@ -11,7 +11,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>my_color_count</string> </value>
<value> <string>my_colour_count</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -240,7 +240,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Color Count</string> </value>
<value> <string>Colour Count</string> </value>
</item>
<item>
<key> <string>whitespace_preserve</string> </key>
......
86
\ No newline at end of file
87
\ 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