Commit 53df3246 authored by Jérome Perrin's avatar Jérome Perrin

respect field naming conventions

parent f213158d
......@@ -87,7 +87,7 @@
<key> <string>left</string> </key>
<value>
<list>
<string>warning_text</string>
<string>your_warning_text</string>
</list>
</value>
</item>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>warning_text</string> </value>
<value> <string>your_warning_text</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -213,7 +213,7 @@
</item>
<item>
<key> <string>css_class</string> </key>
<value> <string></string> </value>
<value> <string>hidden_label</string> </value>
</item>
<item>
<key> <string>default</string> </key>
......@@ -273,7 +273,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>.</string> </value>
<value> <string>Warning</string> </value>
</item>
<item>
<key> <string>unicode</string> </key>
......
41088
\ No newline at end of file
41089
\ 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