3694: Use of the same translation string on View as the name set on group
svn: r14855
This commit is contained in:
parent
fbf86b4c2f
commit
3521206d64
@ -56,5 +56,5 @@ class PersonListView(BasePersonView):
|
|||||||
"""
|
"""
|
||||||
def __init__(self, dbstate, uistate, nav_group=0):
|
def __init__(self, dbstate, uistate, nav_group=0):
|
||||||
BasePersonView.__init__(self, dbstate, uistate,
|
BasePersonView.__init__(self, dbstate, uistate,
|
||||||
_('People'), PersonListModel,
|
_('Person View'), PersonListModel,
|
||||||
nav_group=nav_group)
|
nav_group=nav_group)
|
||||||
|
@ -49,5 +49,5 @@ class PlaceListView(PlaceBaseView):
|
|||||||
"""
|
"""
|
||||||
def __init__(self, dbstate, uistate):
|
def __init__(self, dbstate, uistate):
|
||||||
PlaceBaseView.__init__(self, dbstate, uistate,
|
PlaceBaseView.__init__(self, dbstate, uistate,
|
||||||
_('Places'), PlaceListModel,
|
_('Place View'), PlaceListModel,
|
||||||
nav_group=0)
|
nav_group=0)
|
||||||
|
Loading…
Reference in New Issue
Block a user