From f270163c78e9b501bd8cae54434e16f72d8c5e17 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Thu, 21 Apr 2016 08:54:40 -0700 Subject: [PATCH] typo --- gramps/gen/plug/report/stdoptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/plug/report/stdoptions.py b/gramps/gen/plug/report/stdoptions.py index 9939f09e7..65a05c697 100644 --- a/gramps/gen/plug/report/stdoptions.py +++ b/gramps/gen/plug/report/stdoptions.py @@ -164,7 +164,7 @@ def add_living_people_option(menu, category, living_people.add_item(LivingProxyDb.MODE_INCLUDE_ALL, _("Include living people and their data")) if process_names: - living_people.add_item(LivingProyDb.MODE_INCLUDE_FULL_NAME_ONLY, + living_people.add_item(LivingProxyDb.MODE_INCLUDE_FULL_NAME_ONLY, _("Include full names but no data")) living_people.add_item(LivingProxyDb.MODE_INCLUDE_LAST_NAME_ONLY, _("Replace given names and include no data"))