* src/GrampsCfg.py: Fix check box message for adding a family
svn: r7528
This commit is contained in:
parent
e560e50e46
commit
138439270f
@ -1,4 +1,5 @@
|
|||||||
2006-10-31 Don Allingham <don@gramps-project.org>
|
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
|
* src/Reorder.py: Allow for reordering of relationships, enhance
|
||||||
buttons
|
buttons
|
||||||
* src/DataViews/_RelationView.py: add reorder support
|
* src/DataViews/_RelationView.py: add reorder support
|
||||||
|
@ -168,7 +168,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow):
|
|||||||
table.set_col_spacings(6)
|
table.set_col_spacings(6)
|
||||||
table.set_row_spacings(6)
|
table.set_row_spacings(6)
|
||||||
self.add_checkbox(
|
self.add_checkbox(
|
||||||
table, _('Warn when adding parents to a child'),
|
table, _('Suppress warning when adding parents to a child'),
|
||||||
0, Config.FAMILY_WARN)
|
0, Config.FAMILY_WARN)
|
||||||
|
|
||||||
self.add_checkbox(
|
self.add_checkbox(
|
||||||
|
Loading…
Reference in New Issue
Block a user