Fix format string (order, RTL, LTR)
9759: update template
This commit is contained in:
parent
d5c4a71ee2
commit
1fd76160ef
@ -316,8 +316,8 @@ class VCardParser:
|
||||
# Included cause VCards made by Gramps have this prop.
|
||||
pass
|
||||
else:
|
||||
self.__add_msg(_("Token >%s< unknown. line skipped: %s") %
|
||||
(fields[0], line), self.line_num - 1)
|
||||
self.__add_msg(_("Token >%(token)s< unknown. line skipped: %(line)s") %
|
||||
{"token": (fields[0], line), "line": self.line_num - 1})
|
||||
|
||||
def finish_person(self):
|
||||
"""All info has been collected, write to database."""
|
||||
|
3627
po/gramps.pot
3627
po/gramps.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user