Commit 79a80fb4 authored by Mame Coumba Sall's avatar Mame Coumba Sall

add space after commas'

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5f83c156
......@@ -278,10 +278,11 @@ def int2letters(i):
return int2letter(d - 1) + int2letter(m)
#Get message id for translation
def getMessageIdWithContext(msg_id,context,workflow_id):
return '%s [%s in %s]' % (msg_id,context, workflow_id)
def getMessageIdWithContext(msg_id, context, context_id):
return '%s [%s in %s]' % (msg_id,context,context_id)
#Get translation of msg id
def getTranslationStringWithContext(self,msg_id, context, context_id):
def getTranslationStringWithContext(self, msg_id, context, context_id):
portal = self.getPortalObject()
portal_workflow = portal.portal_workflow
localizer = portal.Localizer
......
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