First update for consistent use of Gramps. See issue 3355.

svn: r13610
This commit is contained in:
Peter Landgren
2009-11-17 20:14:53 +00:00
parent 0e87714de3
commit 33686fcf18
71 changed files with 183 additions and 183 deletions

View File

@ -267,11 +267,11 @@ class NavigationView(PageView):
"""
A dialog to move to a Gramps ID entered by the user.
"""
dialog = gtk.Dialog(_('Jump to by GRAMPS ID'), None,
dialog = gtk.Dialog(_('Jump to by Gramps ID'), None,
gtk.DIALOG_NO_SEPARATOR)
dialog.set_border_width(12)
label = gtk.Label('<span weight="bold" size="larger">%s</span>' %
_('Jump to by GRAMPS ID'))
_('Jump to by Gramps ID'))
label.set_use_markup(True)
dialog.vbox.add(label)
dialog.vbox.set_spacing(10)