Translation strings

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

View File

@ -78,6 +78,8 @@ class AddSpouse:
self.glade = gtk.glade.XML(const.gladeFile, "spouseDialog")
Utils.set_title_label(self.glade,_('Choose Spouse/Partner'))
self.rel_combo = self.glade.get_widget("rel_combo")
self.relation_type = self.glade.get_widget("rel_type")
self.spouse_list = self.glade.get_widget("spouse_list")