From 4e3971913d63800cc174a59434c09e3cc0470661 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Fri, 30 Oct 2009 18:28:11 +0000 Subject: [PATCH] Another fix for translation to work. svn: r13469 --- src/DataViews/GeoView.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index 705642066..7e5cfdecf 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -1756,7 +1756,7 @@ class GeoView(HtmlView): self.yearsbox.set_model(None) self.buttons.clear() self._need_to_create_pages(4, self.center, - _("All event places for %s." % + _("All event places for") + (" %s." % _nd.display(person) ) ) self.yearsbox.show() self.yearsbox.set_model(self.buttons)