correct wrong string
svn: r11886
This commit is contained in:
parent
943afb3229
commit
ad361362b5
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user