Update redirected wiki link from GRAMPS_XML > Gramps_XML

This commit is contained in:
Sam Manzi 2017-11-12 10:12:46 +11:00
parent d5776d4ddb
commit df93ce3cb0
No known key found for this signature in database
GPG Key ID: F4A16068AE36B402

View File

@ -1036,7 +1036,7 @@ class GrampsParser(UpdateCallback):
) % {'oldgramps': self.__gramps_version,
'newgramps': VERSION,
'xmlversion': xmlversion_str,
'gramps_wiki_xml_url': URL_WIKISTRING + "GRAMPS_XML" ,
'gramps_wiki_xml_url': URL_WIKISTRING + "Gramps_XML" ,
}
raise GrampsImportError(_('The file will not be imported'), msg)
elif self.__xml_version < (1, 1, 0):
@ -1051,7 +1051,7 @@ class GrampsParser(UpdateCallback):
) % {'oldgramps': self.__gramps_version,
'newgramps': VERSION,
'xmlversion': xmlversion_str,
'gramps_wiki_xml_url': URL_WIKISTRING + "GRAMPS_XML" ,
'gramps_wiki_xml_url': URL_WIKISTRING + "Gramps_XML" ,
}
self.user.warn(_('Old xml file'), msg)