Commit e8ee581e authored by Xiaowu Zhang's avatar Xiaowu Zhang

ep5_corporate_identity: adjust message

parent 917ec6b5
...@@ -34,8 +34,8 @@ if doc_save: ...@@ -34,8 +34,8 @@ if doc_save:
) )
context.setAggregate(web_page.getRelativeUrl()) context.setAggregate(web_page.getRelativeUrl())
message = context.Base_translateString( message = context.Base_translateString(
'%(portal_type)s created successfully as PDF Document.' % { '%(portal_type)s created successfully as Web Page.' % {
'portal_type': web_page.getTranslatedPortalType() 'portal_type': context.getTranslatedPortalType()
} }
) )
return web_page.Base_redirect( return web_page.Base_redirect(
......
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