Adapted the filters for internationalization, fixed minor bugs in report generators

svn: r44
This commit is contained in:
Don Allingham
2001-05-21 02:06:08 +00:00
parent 02a8bd3c3d
commit 175f7224a8
33 changed files with 362 additions and 116 deletions

View File

@@ -1023,7 +1023,7 @@ def on_apply_person_clicked(obj):
if error == 1:
msg = _("Changing the gender caused problems with marriage information.")
msg2 = _("Please check the person's marriage relationships")
msg2 = _("Please check the person's marriage relationships.")
GnomeErrorDialog(msg + msg2)
text = edit_person_obj.notes_field.get_chars(0,-1)