diff --git a/mayan/apps/documents/views.py b/mayan/apps/documents/views.py index 374ec0febe..1220ea3079 100644 --- a/mayan/apps/documents/views.py +++ b/mayan/apps/documents/views.py @@ -671,8 +671,8 @@ def document_update_page_count(request, document_id=None, document_id_list=None) context = { 'previous': previous, 'title': ungettext( - 'Recalculation the page count of the selected document?', - 'Recalculation the page count of the selected documents?', + 'Recalculate the page count of the selected document?', + 'Recalculate the page count of the selected documents?', len(documents) ) }