From 23f479c481df46cc0aebbe075bdb94275fbbf875 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 23 Aug 2015 21:05:20 -0400 Subject: [PATCH] Fix page recalculation text. --- mayan/apps/documents/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ) }