From fd094d911997e1b7d7443983f95634f5598f4564 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 3 Feb 2002 14:27:25 +0000 Subject: [PATCH] Fixed translation problems svn: r747 --- gramps/src/config.glade | 2 +- gramps/src/const.py | 2 +- gramps/src/plugins/RelCalc.py | 5 +++-- gramps/src/preferences.glade | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/gramps/src/config.glade b/gramps/src/config.glade index 7835156c9..4643a2055 100644 --- a/gramps/src/config.glade +++ b/gramps/src/config.glade @@ -740,7 +740,7 @@ numerical dates label144 GTK_JUSTIFY_CENTER False diff --git a/gramps/src/const.py b/gramps/src/const.py index 50ecf16b9..3b1b5348c 100644 --- a/gramps/src/const.py +++ b/gramps/src/const.py @@ -90,7 +90,7 @@ progName = "gramps" version = "0.7.2pre-snap20020202" copyright = "© 2001 Donald N. Allingham" authors = ["Donald N. Allingham", "David Hampton"] -comments = _("Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program.") +comments = _("GRAMPS (Genealogical Research and Analysis Management Programming System) is a personal genealogy program.") #------------------------------------------------------------------------- # diff --git a/gramps/src/plugins/RelCalc.py b/gramps/src/plugins/RelCalc.py index 3f013b9a0..2443124f6 100644 --- a/gramps/src/plugins/RelCalc.py +++ b/gramps/src/plugins/RelCalc.py @@ -92,7 +92,7 @@ def get_cousin(f,s,level,removed): return _("%(p1)s is the third cousin twice removed of %(p2)s.") % { 'p1' : f, 'p2' : s } else: - return _("%(p1)s is the third cousin %(removed)d times removed of %(p1)s.") % { + return _("%(p1)s is the third cousin %(removed)d times removed of %(p2)s.") % { 'p1' : f, 'p2' : s, 'removed' : removed } else: if removed == 0: @@ -366,7 +366,7 @@ class RelCalc: p2 = common[1] secondRel = firstMap[p1] firstRel = secondMap[p1] - commontext = " " + _("Their common ancestors are %s and %s") % \ + commontext = " " + _("Their common ancestors are %s and %s.") % \ (p1.getPrimaryName().getRegularName(),\ p2.getPrimaryName().getRegularName()) elif length > 2: @@ -379,6 +379,7 @@ class RelCalc: commontext = commontext + ", " commontext = commontext + person.getPrimaryName().getRegularName() index = index + 1 + commontext = commontext + "." else: commontext = "" diff --git a/gramps/src/preferences.glade b/gramps/src/preferences.glade index 8ffe432bc..6420218bb 100644 --- a/gramps/src/preferences.glade +++ b/gramps/src/preferences.glade @@ -328,7 +328,7 @@ dbdir dbdir 10 - Select default database directory- GRAMPS + Select default database directory - GRAMPS True False