Use shorter confirmation messages.

This commit is contained in:
Roberto Rosario
2015-07-17 19:52:17 -04:00
parent 9288f3c903
commit afe6644321
11 changed files with 36 additions and 56 deletions

View File

@@ -160,7 +160,7 @@ def document_signature_delete(request, document_pk):
return HttpResponseRedirect(previous)
return render_to_response('appearance/generic_confirm.html', {
'title': _('Are you sure you wish to delete the detached signature from document: %s?') % document,
'title': _('Delete the detached signature from document: %s?') % document,
'next': next,
'previous': previous,
'object': document,