Added proper titles to the ocr cleanup and duplicate finder tools

This commit is contained in:
Roberto Rosario
2011-05-25 01:04:41 -04:00
parent 557052dd2d
commit ed3683c593
2 changed files with 2 additions and 0 deletions

View File

@@ -261,6 +261,7 @@ def all_document_ocr_cleanup(request):
return render_to_response('generic_confirm.html', {
'previous': previous,
'next': next,
'title': _(u'Are you sure you wish to clean up all the pages content?'),
'message': _(u'On large databases this operation may take some time to execute.'),
'form_icon': u'text_strikethroungh.png',
}, context_instance=RequestContext(request))