Merge pull request #7047 from johanv/CRM-17430-dont_change_domain_version_1st_attempt
[civicrm-core.git] / xml / schema / Core / OptionValue.xml
index 0d54ef7a925ae4a894fa706db786338f6419b64a..bfc1a6da6d282e4bca9b49934847020917826857 100644 (file)
@@ -46,7 +46,7 @@
     <title>Option Label</title>
     <type>varchar</type>
     <required>true</required>
-    <length>255</length>
+    <length>512</length>
     <localizable>true</localizable>
     <comment>Option string as displayed to users - e.g. the label in an HTML OPTION tag.</comment>
     <add>1.5</add>
@@ -94,7 +94,7 @@
   </field>
   <field>
     <name>weight</name>
-    <title>Option Weight</title>
+    <title>Order</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Controls display sort order.</comment>