From 80dfde54af3d0660b9a66a1fbac71a12f5473347 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 15 Oct 2008 09:32:57 +0000
Subject: [PATCH] "No exchange ratio was found." -> "No exchange ratio found."

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

diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml
index df78ecd14f..5ebd435780 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertDestinationPrice.xml
@@ -91,7 +91,7 @@ for line in line_list:\n
    if exchange_ratio is None:\n
      return context.Base_redirect(form_id,\n
                                   keep_items=dict(\n
-                portal_status_message=context.Base_translateString(\'No exchange ratio was found.\'))) \n
+                portal_status_message=context.Base_translateString(\'No exchange ratio found.\'))) \n
 #update the corresponding price and round it according to the precision of\n
 #the converted currency\n
    line.setDestinationTotalAssetPrice(\n
diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml
index 34b29fae61..0e85416bda 100644
--- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml
+++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransaction_convertSourcePrice.xml
@@ -85,7 +85,7 @@ for line in line_list:\n
    if exchange_ratio is None:\n
      return context.Base_redirect(form_id,\n
                                   keep_items=dict(\n
-                portal_status_message=context.Base_translateString(\'No exchange ratio was found.\'))) \n
+                portal_status_message=context.Base_translateString(\'No exchange ratio found.\'))) \n
 \n
 \n
 #update the corresponding price and round it according to the precision of\n
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index 2975e638ba..be2fb0a390 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-788
\ No newline at end of file
+789
\ No newline at end of file
-- 
GitLab