Accessibility for dialogs

svn: r1384
This commit is contained in:
Don Allingham
2003-03-23 03:50:59 +00:00
parent b0e4b19c8b
commit f1518ec2a4
10 changed files with 215 additions and 207 deletions

View File

@@ -129,7 +129,7 @@ class SourceView:
_('This source is currently being used. Deleting it '
'will remove it from the database and from all '
'records that reference it.'),
_('Delete Source'),
_('_Delete Source'),
ans.query_response)
else:
self.db.removeSource(source.getId())