Skip to content
Snippets Groups Projects
Commit 4b93c8ae5ea2 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

string should be translated

parent 781263c05110
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
self.represent(items, year, month) self.represent(items, year, month)
if needmore: if needmore:
url = self._cw.build_url('view', vid='blog_archive') url = self._cw.build_url('view', vid='blog_archive')
link = u'<a href="%s" title="">[see more archives]</a>' % url link = u'<a href="%s" title="">[%s]</a>' % (url, self._cw._('see more archives'))
items.append( u'<li class="">%s</li>\n' % link ) items.append( u'<li class="">%s</li>\n' % link )
self.w(u'<div class="boxFrame">') self.w(u'<div class="boxFrame">')
if items: if items:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment