From c72af303147b3f1b0a113b7b1ddb017c93360079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 30 Oct 2006 15:16:35 +0000 Subject: [PATCH] translate type info name in allowed content types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11007 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/context_box_render.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml index 1caf6770ca..25e6f16a4e 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/context_box_render.xml @@ -133,7 +133,7 @@ XXX: Folder_filter accesses selection directly\n <option tal:attributes="value python: \'add %s\' % (content_id, )"\n i18n:translate="" i18n:domain="ui">\n Add <tal:block tal:content="content_id"\n - i18n:name="portal_type"/>\n + i18n:name="portal_type" i18n:translate="" i18n:domain="ui"/>\n </option>\n </tal:block>\n </tal:block>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index c6876402f5..ac7cd1ac70 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -278 \ No newline at end of file +279 \ No newline at end of file -- 2.30.9