3694: Use of the same translation string on View as the name set on group

svn: r14855
This commit is contained in:
Jérôme Rapinat 2010-03-17 15:06:46 +00:00
parent fbf86b4c2f
commit 3521206d64
2 changed files with 2 additions and 2 deletions

View File

@ -56,5 +56,5 @@ class PersonListView(BasePersonView):
"""
def __init__(self, dbstate, uistate, nav_group=0):
BasePersonView.__init__(self, dbstate, uistate,
_('People'), PersonListModel,
_('Person View'), PersonListModel,
nav_group=nav_group)

View File

@ -49,5 +49,5 @@ class PlaceListView(PlaceBaseView):
"""
def __init__(self, dbstate, uistate):
PlaceBaseView.__init__(self, dbstate, uistate,
_('Places'), PlaceListModel,
_('Place View'), PlaceListModel,
nav_group=0)