diff --git a/ChangeLog b/ChangeLog index 14a76438a..a2c415f5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2006-07-30 Don Allingham + * src/DataViews/_PlaceView.py: add tooltip for map button + 2006-07-30 Alex Roitman * src/plugins/Merge.py: Rename, because Merge module shadows this plugin module. diff --git a/src/DataViews/_PlaceView.py b/src/DataViews/_PlaceView.py index f35625427..4eb1248e5 100644 --- a/src/DataViews/_PlaceView.py +++ b/src/DataViews/_PlaceView.py @@ -99,7 +99,8 @@ class PlaceView(PageView.ListView): self.add_action('FastMerge', None, _('_Merge'), callback=self.fast_merge) self.add_action('GoogleMaps', gtk.STOCK_JUMP_TO, _('_Google Maps'), - callback=self.google) + callback=self.google, + tip=_("Attempt to map location on Google Maps")) def google(self, obj): import GrampsDisplay