diff --git a/gramps/plugins/textreport/tagreport.py b/gramps/plugins/textreport/tagreport.py index e763c8e10..9fbc8972f 100644 --- a/gramps/plugins/textreport/tagreport.py +++ b/gramps/plugins/textreport/tagreport.py @@ -88,7 +88,7 @@ class TagReport(Report): stdoptions.run_date_format_option(self, menu) stdoptions.run_private_data_option(self, menu) - living_opt = stdoptions.run_living_people_option(self, menu, + living_opt = stdoptions.run_living_people_option(self, menu, self._locale) self.database = CacheProxyDb(self.database)