From 74a252afcff940e00362edca8bb3ca8f067efbfe Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 8 Jun 2018 00:02:42 -0400 Subject: [PATCH] Rename the single document form download link from "Download" to "Advanced download". 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 bc1c537d0b..9e168dd87e 100644 --- a/mayan/apps/documents/links.py +++ b/mayan/apps/documents/links.py @@ -103,7 +103,7 @@ link_document_document_type_edit = Link( view='documents:document_document_type_edit', args='resolved_object.id' ) link_document_download = Link( - permissions=(permission_document_download,), text=_('Download'), + permissions=(permission_document_download,), text=_('Advanced download'), view='documents:document_download_form', args='resolved_object.id' ) link_document_print = Link(