From 22767a12c0808e00726ceacf5d23a382d917a65b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 22 Sep 2008 14:30:47 +0000
Subject: [PATCH] Fix typo Openned -> Open

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23740 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_workflow/accounting_period_workflow.xml            | 2 +-
 .../accounting_period_workflow/states/started.xml             | 4 ++--
 bt5/erp5_accounting/bt/revision                               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow.xml
index 07983bc8d2..8022bcbacf 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow.xml
@@ -23,7 +23,7 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>Defines the differents steps of an accounting period, only when an accounting period is opened, a user can input transactions</string> </value>
+            <value> <string>Defines the differents steps of an accounting period. User can only input transactions when an accounting period is open.</string> </value>
         </item>
         <item>
             <key> <string>groups</string> </key>
diff --git a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/states/started.xml b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/states/started.xml
index f8c80ea29b..62946de72f 100644
--- a/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/states/started.xml
+++ b/bt5/erp5_accounting/WorkflowTemplateItem/portal_workflow/accounting_period_workflow/states/started.xml
@@ -11,7 +11,7 @@
       <dictionary>
         <item>
             <key> <string>description</string> </key>
-            <value> <string>The Accounting Period is openned.\r\n
+            <value> <string>The Accounting Period is open.\r\n
 \r\n
 It is therefore possible to post accounting accounting transactions with dates during this period.</string> </value>
         </item>
@@ -27,7 +27,7 @@ It is therefore possible to post accounting accounting transactions with dates d
         </item>
         <item>
             <key> <string>title</string> </key>
-            <value> <string>Openned</string> </value>
+            <value> <string>Open</string> </value>
         </item>
         <item>
             <key> <string>transitions</string> </key>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 44075dbca6..64c6e93534 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-778
\ No newline at end of file
+779
\ No newline at end of file
-- 
2.30.9