From e2bb66f42a28904493b38bf653a157b76be1b7c1 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sun, 25 Jan 2009 23:32:14 +0000 Subject: [PATCH] Renamed Active Person's Relatives to Relatives svn: r11729 --- src/plugins/gramplet/DefaultGramplets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/gramplet/DefaultGramplets.py b/src/plugins/gramplet/DefaultGramplets.py index 3bb1126b6..0b7ee138f 100644 --- a/src/plugins/gramplet/DefaultGramplets.py +++ b/src/plugins/gramplet/DefaultGramplets.py @@ -1986,7 +1986,7 @@ register(type="gramplet", tname=_("Relatives Gramplet"), height=200, content = RelativesGramplet, - title=_("Active Person's Relatives"), + title=_("Relatives"), detached_width = 250, detached_height = 300, )