This commit is contained in:
Jeff Balogh 2011-08-01 17:02:27 -07:00
Родитель 769bf1902e
Коммит 2c9fa6e314
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ def login_link(context):
@jinja2.contextfunction
def page_title(context, title):
if context.get('WEBAPPS'):
return u'%s :: %s' % (smart_unicode(title), _('Web Appstore'))
return u'%s :: %s' % (smart_unicode(title), _('Apps Marketplace'))
else:
app = context['request'].APP
return u'%s :: %s' % (smart_unicode(title), page_name(app))