Tarea #518 -> Cambiar acción 'Descargar documento' por 'Ver / descargar documento'
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@27 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
parent
156c9af4b7
commit
972c800fbd
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user