Fixing typos
svn: r12260
This commit is contained in:
parent
6dbd851150
commit
cc04a0bb82
@ -569,7 +569,7 @@ class HtmlView(PageView.PageView):
|
||||
</html>
|
||||
""" % { 'height' : 600,
|
||||
'title' : _('Start page for the Html View'),
|
||||
'content': _('Type an webpage address at the top, and hit'
|
||||
'content': _('Type a webpage address at the top, and hit'
|
||||
' the execute button to load a webpage in this'
|
||||
' page\n<br>\n'
|
||||
'For example: <b>http://gramps-project.org</p>')
|
||||
|
@ -131,14 +131,14 @@ class PlaceView(PageView.ListView):
|
||||
callback=self.fast_merge)
|
||||
self._add_toolmenu_action('MapsList', _('Loading...'),
|
||||
_("Attempt to see selected locations with a Map "
|
||||
"Service (OpenstreetMap, Google Maps, ..."),
|
||||
"Service (OpenstreetMap, Google Maps, ...)"),
|
||||
self.gotomap,
|
||||
_('Select a Map Service'))
|
||||
self._add_action('GotoMap', gtk.STOCK_JUMP_TO,
|
||||
_('_Look up with Map Service'),
|
||||
callback=self.gotomap,
|
||||
tip=_("Attempt to see this location with a Map "
|
||||
"Service (OpenstreetMap, Google Maps, ..."))
|
||||
"Service (OpenstreetMap, Google Maps, ...)"))
|
||||
self._add_action('FilterEdit', None, _('Place Filter Editor'),
|
||||
callback=self.filter_editor)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user