Fix of issue 4992, same value in both lat and long.

svn: r17762
This commit is contained in:
Peter Landgren 2011-06-12 18:42:45 +00:00
parent a45d8fdd09
commit a7cc6381ae

View File

@ -116,7 +116,7 @@ class PlaceDetails(Gramplet):
if lat:
self.add_row(_('Latitude'), lat)
if lon:
self.add_row(_('Longitude'), lat)
self.add_row(_('Longitude'), lon)
def display_location(self, location):
"""