From 05d00bb27f708da7236860c77ce8e2f6d9abaea5 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Wed, 7 Jul 2010 09:32:36 +0000 Subject: [PATCH] improve solver action title strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36931 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_solvers/FIFO%20Delivery%20Solver.xml | 2 +- .../portal_solvers/LIFO%20Delivery%20Solver.xml | 2 +- bt5/erp5_simulation/bt/revision | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml index 1088c95126..671ea4cfc5 100644 --- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml +++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/FIFO%20Delivery%20Solver.xml @@ -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> diff --git a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml index 6dc534a79d..245672af40 100644 --- a/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml +++ b/bt5/erp5_simulation/PortalTypeTemplateItem/portal_solvers/LIFO%20Delivery%20Solver.xml @@ -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> diff --git a/bt5/erp5_simulation/bt/revision b/bt5/erp5_simulation/bt/revision index b854a29217..6d3e9dc78d 100644 --- a/bt5/erp5_simulation/bt/revision +++ b/bt5/erp5_simulation/bt/revision @@ -1 +1 @@ -128 \ No newline at end of file +129 \ No newline at end of file -- 2.30.9