Commit 760cf8d7 authored by Jérome Perrin's avatar Jérome Perrin

use Base_translateString instead of Base_TranslateString


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5586 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 04cc6831
......@@ -68,7 +68,7 @@
<key> <string>_body</string> </key>
<value> <string>from Products.CMFCore.utils import getToolByName\n
\n
N_ = context.Base_TranslateString\n
N_ = context.Base_translateString\n
wf = getToolByName(context, \'portal_workflow\')[wf_id]\n
item_list = []\n
\n
......
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