Ignore:
Timestamp:
Mar 10, 2010 1:50:35 PM (14 years ago)
Author:
liebster
Message:

Revert 2726 to 2589 commits for tagging plone-3 compatible version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonecaptchas/trunk/quintagroup/plonecaptchas/skins/captchas_discussion/discussion_reply.cpy

    r1863 r1871  
    1111from Products.PythonScripts.standard import url_quote_plus 
    1212from Products.CMFCore.utils import getToolByName 
    13 from Products.CMFPlone import PloneMessageFactory as pmf 
     13from Products.CMFPlone import PloneMessageFactory as _ 
    1414mtool = getToolByName(context, 'portal_membership') 
    1515dtool = getToolByName(context, 'portal_discussion') 
     
    6464                                                reply.absolute_url())) 
    6565 
    66 context.plone_utils.addPortalMessage(pmf(u'Comment added.')) 
     66context.plone_utils.addPortalMessage(_(u'Comment added.')) 
    6767target = '%s#%s' % (view, anchor) 
    6868return req.RESPONSE.redirect(target) 
Note: See TracChangeset for help on using the changeset viewer.