From 46cb7156239c6d3ff329565fdb3d408f15fdc3ad Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 24 Apr 2008 09:45:57 +0000 Subject: [PATCH] Fix translation tags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20794 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/mail_password_form.xml | 4 ++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/mail_password_form.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/mail_password_form.xml index 07705a202d..e28f33b0bf 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/mail_password_form.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/mail_password_form.xml @@ -187,9 +187,9 @@ <tal:block metal:use-macro="here/main_template/macros/master">\n <tal:block metal:fill-slot="main">\n <div class="content login">\n - <h1 i18n:translate="">Lost Password</h1>\n + <h1 i18n:translate="" i18n:domain="ui">Lost Password</h1>\n \n - <p i18n:translate="">\n + <p i18n:translate="" i18n:domain="ui">\n To reset your password, please enter your login below. An email\n will be sent to your address with a link to enter your new password.\n </p>\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 77555c31de..f520b6ed4c 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -529 \ No newline at end of file +530 \ No newline at end of file -- 2.30.9