Translation strings

svn: r1325
This commit is contained in:
Don Allingham
2003-03-05 06:01:31 +00:00
parent 49000e9695
commit 09615b38a5
31 changed files with 2085 additions and 1596 deletions

View File

@ -77,6 +77,9 @@ class Marriage:
self.pmap[p[0]] = key
self.top = gtk.glade.XML(const.marriageFile,"marriageEditor")
Utils.set_title_label(self.top,_('Marriage/Relationship Editor'))
top_window = self.get_widget("marriageEditor")
self.icon_list = self.get_widget('iconlist')
self.gallery = ImageSelect.Gallery(family, self.path, self.icon_list, db, self)