2007-06-24 Don Allingham <don@gramps-project.org>
* configure.in: add files * src/DataViews/_RelationView.py: fix translation argument * src/RelLib/Makefile.am: Add missing files * src/plugins/Makefile.am: Add missing files * src/DbManager.py: fix translation argument * src/Utils.py: fix translation argument * src/Filters/Rules/Person/Makefile.am: Add missing files * src/Makefile.am: Add missing files svn: r8661
This commit is contained in:
@@ -473,7 +473,10 @@ class DbManager:
|
||||
rev = self.data_to_delete[0]
|
||||
parent = store[(path[0],)][0]
|
||||
QuestionDialog.QuestionDialog(
|
||||
_("Remove the '%s' version of %s") % (rev, parent),
|
||||
_("Remove the '%{revision}s' version of %{database}s") % {
|
||||
'revision' : rev,
|
||||
'database' : parent
|
||||
},
|
||||
_("Removing this version will prevent you from "
|
||||
"extracting it in the future."),
|
||||
_("Remove version"),
|
||||
|
Reference in New Issue
Block a user