Make sidebar menu label translatable

svn: r15072
This commit is contained in:
Nick Hall
2010-04-10 16:13:30 +00:00
parent 8be9e00ff5
commit c7294b600b
2 changed files with 3 additions and 3 deletions

View File

@@ -36,5 +36,5 @@ fname = 'categorysidebar.py',
authors = [u"Nick Hall"],
authors_email = ["nick__hall@hotmail.com"],
sidebarclass = 'CategorySidebar',
menu_label = 'Category'
menu_label = _('Category')
)