Commit 05d00bb2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improve solver action title strings.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36931 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83a8e74c
......@@ -76,7 +76,7 @@
</item>
<item>
<key> <string>solver_action_title</string> </key>
<value> <string>FIFO</string> </value>
<value> <string>First In, First Out</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -76,7 +76,7 @@
</item>
<item>
<key> <string>solver_action_title</string> </key>
<value> <string>LIFO</string> </value>
<value> <string>Last In, First Out</string> </value>
</item>
</dictionary>
</pickle>
......
128
\ No newline at end of file
129
\ 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