Commit f8bd8561 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

unify 'EAN 13' to 'EAN-13'.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30348 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 61026787
......@@ -36,7 +36,7 @@ class ApparelAssortment:
_properties = (
{ 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this apparel model',
'description' : 'The EAN-13 code of this apparel model',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'apparel_size_title',
......
......@@ -80,7 +80,7 @@ class ApparelModel:
'type' : 'float',
'mode' : 'w' },
{ 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this apparel model',
'description' : 'The EAN-13 code of this apparel model',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'quilting_time',
......
142
\ No newline at end of file
143
\ No newline at end of file
......@@ -74,7 +74,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value>
<value> <string>The EAN-13 code of this document</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......@@ -90,7 +90,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>EAN 13 Code</string> </value>
<value> <string>EAN-13 Code</string> </value>
</item>
</dictionary>
</value>
......
......@@ -76,7 +76,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value>
<value> <string>The EAN-13 code of this document</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......@@ -92,7 +92,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>EAN 13 Code</string> </value>
<value> <string>EAN-13 Code</string> </value>
</item>
</dictionary>
</value>
......
648
\ No newline at end of file
649
\ No newline at end of file
......@@ -76,7 +76,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value>
<value> <string>The EAN-13 code of this document</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......
......@@ -68,7 +68,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value>
<value> <string>The EAN-13 code of this document</string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
......
......@@ -85,7 +85,7 @@
<dictionary>
<item>
<key> <string>description</string> </key>
<value> <string>The EAN 13 code of this document</string> </value>
<value> <string>The EAN-13 code of this document</string> </value>
</item>
<item>
<key> <string>external_validator</string> </key>
......
379
\ No newline at end of file
380
\ No newline at end of file
......@@ -40,7 +40,7 @@ class Reference:
'range' : True,
'mode' : 'w' },
{ 'id' : 'ean13_code',
'description' : 'The EAN 13 code of this document',
'description' : 'The EAN-13 code of this document',
'type' : 'string',
'mode' : 'w' },
# WARNING: the naming is wrong because it conflicts with getSourceReference
......
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