diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-31 19:24:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-31 19:24:45 -0500 |
commit | c8a62c62664ff90160c505f65b9404242d23758b (patch) | |
tree | 5d61e5a2bea094b0c978b1d5733ebcf700d04862 | |
parent | ce9a1b95e98371e2227c1407726f2edb81b98a4f (diff) | |
download | librecart-c8a62c62664ff90160c505f65b9404242d23758b.tar.lz librecart-c8a62c62664ff90160c505f65b9404242d23758b.tar.xz librecart-c8a62c62664ff90160c505f65b9404242d23758b.zip |
fix dialog
-rw-r--r-- | public/admin/language/es-es/marketplace/installer.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/admin/language/es-es/marketplace/installer.php b/public/admin/language/es-es/marketplace/installer.php index db40b0f..97dc556 100644 --- a/public/admin/language/es-es/marketplace/installer.php +++ b/public/admin/language/es-es/marketplace/installer.php @@ -3,9 +3,9 @@ $_['heading_title'] = 'Instalador de Extensiones'; // Text -$_['text_progress'] = 'Instalar progreso'; +$_['text_progress'] = 'Progreso de Instalación'; $_['text_upload'] = 'Sube tus Extensiones'; -$_['text_history'] = 'Instalar historial'; +$_['text_history'] = 'Historial de Instalación'; $_['text_success'] = 'Éxito: ¡la extensión ha sido instalada!'; $_['text_install'] = 'Instalando'; |