new gramps.pot translation template

This commit is contained in:
Paul Franklin 2017-08-21 17:22:44 -07:00
parent b03816a2c0
commit 50b4c62d5e
2 changed files with 1346 additions and 1342 deletions

View File

@ -769,8 +769,8 @@ class DbManager(CLIDbManager, ManagedWindow):
backend_type = self.get_backend_name_from_dbid(dbid)
QuestionDialog(
_("Convert the '%s' database?") % name,
_("Do you wish to convert this family tree into a %(database)s "
"database?") % {'database': backend_type},
_("Do you wish to convert this family tree into a "
"%(database_type)s database?") % {'database_type': backend_type},
_("Convert"),
lambda: self.__convert_db(name, dirname), parent=self.top)

File diff suppressed because it is too large Load Diff