1571: use translated strings
svn: r18881
This commit is contained in:
parent
e8567ae608
commit
2f8ffdb8b2
539
po/gramps.pot
539
po/gramps.pot
File diff suppressed because it is too large
Load Diff
@ -6159,7 +6159,7 @@ class GedcomParser(UpdateCallback):
|
||||
repo.set_name(_("Business that produced the product: %s") %
|
||||
line.data)
|
||||
rtype = gen.lib.RepositoryType()
|
||||
rtype.set((gen.lib.RepositoryType.CUSTOM, 'GEDCOM data'))
|
||||
rtype.set((gen.lib.RepositoryType.CUSTOM, _('GEDCOM data')))
|
||||
repo.set_type(rtype)
|
||||
self.dbase.add_repository(repo, self.trans)
|
||||
repo_ref = gen.lib.RepoRef()
|
||||
|
Loading…
Reference in New Issue
Block a user