[Erp5-report] r36931 kazuhiko - in /erp5/trunk/bt5/erp5_simulation: PortalTypeTemplateItem/...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 7 11:32:40 CEST 2010


Author: kazuhiko
Date: Wed Jul  7 11:32:36 2010
New Revision: 36931

URL: http://svn.erp5.org?rev=36931&view=rev
Log:
improve solver action title strings.

Modified:
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml
    erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml
    erp5/trunk/bt5/erp5_simulation/bt/revision

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%2520Delivery%2520Solver.xml?rev=36931&r1=36930&r2=36931&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml [utf8] Wed Jul  7 11:32:36 2010
@@ -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>

Modified: erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%2520Delivery%2520Solver.xml?rev=36931&r1=36930&r2=36931&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml [utf8] Wed Jul  7 11:32:36 2010
@@ -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>

Modified: erp5/trunk/bt5/erp5_simulation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_simulation/bt/revision?rev=36931&r1=36930&r2=36931&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_simulation/bt/revision [utf8] Wed Jul  7 11:32:36 2010
@@ -1 +1 @@
-128
\ No newline at end of file
+129
\ No newline at end of file




More information about the Erp5-report mailing list