For the lazy among us

This commit is contained in:
Kovid Goyal 2011-05-04 15:49:34 -06:00
parent c84c5f297b
commit 45ec80f4bb

View File

@ -246,7 +246,7 @@ class ChooseLibraryAction(InterfaceAction):
def delete_requested(self, name, location):
loc = location.replace('/', os.sep)
if not question_dialog(self.gui, _('Are you sure?'), '<p>'+
_('<b>All files</b> from %s will be '
_('<b style="color: red">All files</b> from <br><br><b>%s</b><br><br> will be '
'<b>permanently deleted</b>. Are you sure?') % loc,
show_copy_button=False):
return