Fix globally enabled description.
svn path=/plone.app.discussion/trunk/; revision=33286
This commit is contained in:
		
							parent
							
								
									3ad307596c
								
							
						
					
					
						commit
						b31843f79a
					
				@ -18,8 +18,8 @@ class IDiscussionSettings(Interface):
 | 
			
		||||
    # - Search control panel: Show comments in search results
 | 
			
		||||
 | 
			
		||||
    globally_enabled = schema.Bool(title=_(u"Globally enable comments"),
 | 
			
		||||
                                   description=_(u"""If selected, user can post
 | 
			
		||||
                                                     comments."""),
 | 
			
		||||
                                   description=_(u"""If selected, users are able to
 | 
			
		||||
                                                     post comments on the site."""),
 | 
			
		||||
                                   required=False,
 | 
			
		||||
                                   default=True)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user