From 8006c249a445b52d7ba3c517a45badfc823dc28c Mon Sep 17 00:00:00 2001 From: Benny Malengier Date: Sun, 7 Dec 2008 23:04:44 +0000 Subject: [PATCH] correct typo svn: r11439 --- src/GrampsCfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsCfg.py b/src/GrampsCfg.py index a8d59b817..a6497e8a6 100644 --- a/src/GrampsCfg.py +++ b/src/GrampsCfg.py @@ -318,7 +318,7 @@ class GrampsPreferences(ManagedWindow.ManagedWindow): self.add_text( table, _('You need to restart GRAMPS for above settings to take' - 'effect'), 6) + ' effect'), 6) return table