From 9075066ccacd8ddf9db5dad5689cab89876d1ba8 Mon Sep 17 00:00:00 2001 From: noirauds Date: Tue, 7 Oct 2014 09:59:22 +0200 Subject: [PATCH] Geography : bug 0007795: geography.gpr.py: Probable typos --- gramps/plugins/view/geography.gpr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/plugins/view/geography.gpr.py b/gramps/plugins/view/geography.gpr.py index 262297e9b..3af5f436a 100644 --- a/gramps/plugins/view/geography.gpr.py +++ b/gramps/plugins/view/geography.gpr.py @@ -109,10 +109,10 @@ else: register(VIEW, id = 'geo3', - name = _("All displacements for one person and their descendants"), + name = _("Every residence or move for a person and any descendants"), description = _("A view showing all the places visited by " "all persons during their life." - "\nThis is for one person and their descendant." + "\nThis is for a person and any descendant." "\nYou can see the dates corresponding to the period."), version = '1.0', gramps_target_version = MODULE_VERSION,