* src/GrampsCfg.py: Fix check box message for adding a family

svn: r7528
This commit is contained in:
Don Allingham
2006-10-31 19:48:15 +00:00
parent 42da6cd40d
commit 4efb75e286
2 changed files with 2 additions and 1 deletions

View File

@@ -168,7 +168,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
table.set_col_spacings(6)
table.set_row_spacings(6)
self.add_checkbox(
table, _('Warn when adding parents to a child'),
table, _('Suppress warning when adding parents to a child'),
0, Config.FAMILY_WARN)
self.add_checkbox(