From c670957a4ace1ea9046385ebef509813054cb70d Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 24 Aug 2004 15:03:09 +0000
Subject: [PATCH] Add one more translation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1420 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/skins/erp5_html_style/menu_box.pt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/skins/erp5_html_style/menu_box.pt b/product/ERP5/skins/erp5_html_style/menu_box.pt
index 7c7c807ea0..717783d3a7 100755
--- a/product/ERP5/skins/erp5_html_style/menu_box.pt
+++ b/product/ERP5/skins/erp5_html_style/menu_box.pt
@@ -64,7 +64,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
               <span tal:repeat="content here/allowedContentTypes | nothing"
                     tal:on-error="nothing">
                <option value="" tal:attributes="value python: 'add ' + content.id"
-                 i18n:translate="" i18n:domain="ui">Add <tal:block tal:content="content/Title" i18n:name="portal_type">portal type</tal:block></option>
+                 i18n:translate="" i18n:domain="ui">Add <tal:block tal:content="content/Title" i18n:name="portal_type" i18n:translate="" i18n:domain="ui">portal type</tal:block></option>
               </span>
               <option disabled i18n:translate="" i18n:domain="ui">-- Workflows --</option>
               <span tal:repeat="action workflow_actions">
-- 
2.30.9