Commit 8fa6e5b8 authored by Jérome Perrin's avatar Jérome Perrin

pdm: fix a wrongly named and not translated field

this field did not use a (my_ / your_) prefix
parent c8226458
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
<key> <string>right</string> </key> <key> <string>right</string> </key>
<value> <value>
<list> <list>
<string>standard_quantity_unit</string> <string>your_standard_quantity_unit</string>
<string>my_quantity</string> <string>my_quantity</string>
<string>my_translated_validation_state_title</string> <string>my_translated_validation_state_title</string>
</list> </list>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>standard_quantity_unit</string> </value> <value> <string>your_standard_quantity_unit</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: here.getParentValue().getQuantityUnitValue().getTitle()</string> </value> <value> <string>python: here.getParentValue().getQuantityUnitValue().getTranslatedTitle()</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
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