From 737b39cdb5023dc95f3f0ea857da3f86e31ea30c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 13 Aug 2018 23:39:30 -0400 Subject: [PATCH] Rename the multi document download link from "Download" to "Advanced download" for consistency. Signed-off-by: Roberto Rosario --- mayan/apps/documents/links.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/documents/links.py b/mayan/apps/documents/links.py index 37e3007e4a..2feaf19dc4 100644 --- a/mayan/apps/documents/links.py +++ b/mayan/apps/documents/links.py @@ -152,7 +152,7 @@ link_document_multiple_document_type_edit = Link( view='documents:document_multiple_document_type_edit' ) link_document_multiple_download = Link( - text=_('Download'), view='documents:document_multiple_download_form' + text=_('Advanced download'), view='documents:document_multiple_download_form' ) link_document_multiple_update_page_count = Link( text=_('Recalculate page count'),