Fixing typos

svn: r12260
This commit is contained in:
Joan Creus 2009-03-08 23:02:03 +00:00
parent 6dbd851150
commit cc04a0bb82
2 changed files with 3 additions and 3 deletions

View File

@ -569,7 +569,7 @@ class HtmlView(PageView.PageView):
</html> </html>
""" % { 'height' : 600, """ % { 'height' : 600,
'title' : _('Start page for the Html View'), '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' ' the execute button to load a webpage in this'
' page\n<br>\n' ' page\n<br>\n'
'For example: <b>http://gramps-project.org</p>') 'For example: <b>http://gramps-project.org</p>')

View File

@ -131,14 +131,14 @@ class PlaceView(PageView.ListView):
callback=self.fast_merge) callback=self.fast_merge)
self._add_toolmenu_action('MapsList', _('Loading...'), self._add_toolmenu_action('MapsList', _('Loading...'),
_("Attempt to see selected locations with a Map " _("Attempt to see selected locations with a Map "
"Service (OpenstreetMap, Google Maps, ..."), "Service (OpenstreetMap, Google Maps, ...)"),
self.gotomap, self.gotomap,
_('Select a Map Service')) _('Select a Map Service'))
self._add_action('GotoMap', gtk.STOCK_JUMP_TO, self._add_action('GotoMap', gtk.STOCK_JUMP_TO,
_('_Look up with Map Service'), _('_Look up with Map Service'),
callback=self.gotomap, callback=self.gotomap,
tip=_("Attempt to see this location with a Map " 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'), self._add_action('FilterEdit', None, _('Place Filter Editor'),
callback=self.filter_editor) callback=self.filter_editor)