Commit e33833f7 authored by Jérome Perrin's avatar Jérome Perrin

core: fix naming of fields for python scripts

the convention is to use a my_ or your_ prefix
parent affd0574
......@@ -85,8 +85,8 @@
<list>
<string>my_parameter_signature</string>
<string>my_description</string>
<string>error_message</string>
<string>warning_message</string>
<string>your_error_message</string>
<string>your_warning_message</string>
</list>
</value>
</item>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>error_message</string> </value>
<value> <string>your_error_message</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>warning_message</string> </value>
<value> <string>your_warning_message</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -62,10 +62,6 @@
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>enabled</string> </key>
<value>
......@@ -107,7 +103,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......
......@@ -85,8 +85,8 @@
<list>
<string>my_parameter_signature</string>
<string>my_description</string>
<string>error_message</string>
<string>warning_message</string>
<string>your_error_message</string>
<string>your_warning_message</string>
</list>
</value>
</item>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>error_message</string> </value>
<value> <string>your_error_message</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -20,7 +20,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>warning_message</string> </value>
<value> <string>your_warning_message</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
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