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

@@ -198,7 +198,7 @@ class Bookmarks :
def draw_window(self):
"""Draw the bookmark dialog box."""
title = _("%(title)s - GRAMPS") % {'title': _("Organize Bookmarks")}
title = _("%(title)s - Gramps") % {'title': _("Organize Bookmarks")}
self.top = gtk.Dialog(title)
self.top.set_default_size(400, 350)
self.top.set_modal(True)