From 9695f0a8e4495e17d5b2b3b931ff1928300c78ca Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 9 Sep 2013 15:29:44 +0000 Subject: [PATCH] Geography : bug#0006930 : incorrect string in geoplaces svn: r23064 --- gramps/plugins/view/geoplaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/view/geoplaces.py b/gramps/plugins/view/geoplaces.py index 993ba50eb..cf5af4f85 100644 --- a/gramps/plugins/view/geoplaces.py +++ b/gramps/plugins/view/geoplaces.py @@ -117,7 +117,7 @@ class GeoPlaces(GeoGraphyView): """ def __init__(self, pdata, dbstate, uistate, nav_group=0): - GeoGraphyView.__init__(self, _('Places places map'), + GeoGraphyView.__init__(self, _('Places map'), pdata, dbstate, uistate, PlaceBookmarks, nav_group)