* src/GrampsCfg.py: Fix check box message for adding a family
svn: r7528
This commit is contained in:
parent
42da6cd40d
commit
4efb75e286
@ -1,4 +1,5 @@
|
||||
2006-10-31 Don Allingham <don@gramps-project.org>
|
||||
* src/GrampsCfg.py: Fix check box message for adding a family
|
||||
* src/Reorder.py: Allow for reordering of relationships, enhance
|
||||
buttons
|
||||
* src/DataViews/_RelationView.py: add reorder support
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user