Commit d2d158ea authored by Yusei Tahara's avatar Yusei Tahara

2008-09-05 yusei

* Fixed wrong i18n:name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23455 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent af9132c4
......@@ -72,7 +72,7 @@
<tal:block tal:condition="python: request.get(\'came_from\', None) is not None">\n
<h1 i18n:translate="" i18n:domain="ui">You do not have enough permissions to access this page.</h1>\n
<p i18n:translate="" i18n:domain="ui">You can login with another user name or\n
<span i18n:name="go-back"><a href="javascript:history.back();" i18n:translate="">go back</a></span>.\n
<span i18n:name="go_back"><a href="javascript:history.back();" i18n:translate="">go back</a></span>.\n
</p>\n
</tal:block>\n
<input tal:condition="exists: request/came_from"\n
......
2008-09-05 yusei
* Fixed wrong i18n:name.
2008-09-04 yusei
* Update English messages.
......
597
\ No newline at end of file
599
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment