make text in version portlet translatable
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3969 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									88b4e19697
								
							
						
					
					
						commit
						644c0bb195
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -152,7 +152,7 @@ class ResourceView(BaseView): | ||||||
|             versionable = IVersionable(self.context, None) |             versionable = IVersionable(self.context, None) | ||||||
|             if versionable is not None and len(versionable.versions) > 1: |             if versionable is not None and len(versionable.versions) > 1: | ||||||
|                     cont.macros.register('portlet_right', 'versions', |                     cont.macros.register('portlet_right', 'versions', | ||||||
|                             title='Version ' + versionable.versionId, |                             title=' '. join((_('Version'), versionable.versionId)), | ||||||
|                             subMacro=version_macros.macros['portlet_versions'], |                             subMacro=version_macros.macros['portlet_versions'], | ||||||
|                             priority=25, info=self) |                             priority=25, info=self) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm