From d88bb36ba7e1abb3fe1bfa0420df2dc60df452c4 Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Mon, 14 Feb 2022 17:39:17 +0000 Subject: [PATCH] Fix for renamed gramps.xml.in file The file was renamed as part of PR #1143. --- po/update_po.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/update_po.py b/po/update_po.py index 8e3077963..790adce8f 100644 --- a/po/update_po.py +++ b/po/update_po.py @@ -312,7 +312,7 @@ def extract_xml(): for input_file in ['../data/holidays.xml', '../data/tips.xml', - '../data/gramps.xml.in', + '../data/org.gramps_project.Gramps.xml.in', '../data/org.gramps_project.Gramps.appdata.xml.in', '../data/org.gramps_project.Gramps.desktop.in']: os.system(('GETTEXTDATADIR=. %(xgettext)s -F -j '