(GrampsDbBase.transaction_begin): No aborting after batch transaction.
(GrampsBSDDB.transaction_begin): No aborting after batch transaction. svn: r6537
This commit is contained in:
@ -420,10 +420,10 @@ class ViewManager:
|
||||
self.quit()
|
||||
else:
|
||||
QuestionDialog.WarningDialog(
|
||||
_('Cannot cleanly abandon changes'),
|
||||
_('Changes cannot be abandoned because the number of '
|
||||
'changes made exceeded the limit.'))
|
||||
|
||||
_("Cannot abandon session's changes"),
|
||||
_('Changes cannot be completely abandoned because the '
|
||||
'number of changes made in the session exceeded the '
|
||||
'limit.'))
|
||||
|
||||
def _build_ui_manager(self):
|
||||
self.merge_ids = []
|
||||
|
Reference in New Issue
Block a user