diff --git a/plugins/ktcore/KTDocumentActions.php b/plugins/ktcore/KTDocumentActions.php index 7ee38c3..754f12b 100644 --- a/plugins/ktcore/KTDocumentActions.php +++ b/plugins/ktcore/KTDocumentActions.php @@ -343,7 +343,7 @@ class KTDocumentViewAction extends KTDocumentAction { function getButton() { $btn = array(); - $btn['display_text'] = _kt('Download Document'); + $btn['display_text'] = _kt('Ver / descargar documento'); $btn['arrow_class'] = 'arrow_download'; return $btn; }