wrong string and translation issue

svn: r11888
This commit is contained in:
Jérôme Rapinat
2009-02-06 20:10:07 +00:00
parent ad361362b5
commit 28f4651f2b
2 changed files with 4 additions and 4 deletions

View File

@@ -1360,7 +1360,7 @@ class GeoView(HtmlView):
latitude, longitude = conv_lat_lon(latitude, longitude, "D.D8")
descr = place.get_title()
if comment:
descr1= _("%(comment) : death place.") % {
descr1= _("%(comment)s : death place.") % {
'comment': comment}
else:
descr1=_("death place.")