From 4efb75e28662f9effe4841f98e4a8fdd1c1bf162 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 31 Oct 2006 19:48:15 +0000 Subject: [PATCH] * src/GrampsCfg.py: Fix check box message for adding a family svn: r7528 --- ChangeLog | 1 + src/GrampsCfg.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25fc5a5eb..6ce7ac13e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ 2006-10-31 Don Allingham + * 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 diff --git a/src/GrampsCfg.py b/src/GrampsCfg.py index 4273e89b1..5c8db20b1 100644 --- a/src/GrampsCfg.py +++ b/src/GrampsCfg.py @@ -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(