correct wrong string

svn: r11886
This commit is contained in:
Benny Malengier 2009-02-06 15:15:41 +00:00
parent 943afb3229
commit ad361362b5

View File

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