From 8dfdd16fb4542df163409d76e8373900885d5cf5 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 21 Sep 2018 11:06:25 +0200 Subject: [PATCH] fix download backup zip --- bl-kernel/boot/init.php | 2 +- bl-languages/es.json | 4 ++-- bl-plugins/backup/plugin.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bl-kernel/boot/init.php b/bl-kernel/boot/init.php index 99458fed..3b098490 100644 --- a/bl-kernel/boot/init.php +++ b/bl-kernel/boot/init.php @@ -2,7 +2,7 @@ // Bludit version define('BLUDIT_VERSION', '3.0.0'); -define('BLUDIT_CODENAME', ''); +define('BLUDIT_CODENAME', 'Hops'); define('BLUDIT_RELEASE_DATE', '2018-09-21'); define('BLUDIT_BUILD', '20180921'); diff --git a/bl-languages/es.json b/bl-languages/es.json index 9e1007d4..2e1808cb 100644 --- a/bl-languages/es.json +++ b/bl-languages/es.json @@ -312,7 +312,7 @@ "edit": "Editar", "options": "Opciones", "enter-title": "Ingrese el título", - "media-manager": "Media Manager", + "media-manager": "Administrar imagenes", "set-a-cover-image-from-external-url,-such-as-a-cdn-or-some-server-dedicated-for-images": "Defina una imagen de portada desde una dirección URL externa, como una CDN o algún servidor dedicado a las imágenes.", "user": "Usuario", "date-format-format": "Date format: YYYY-MM-DD Hours:Minutes:Seconds<\/code>", @@ -349,7 +349,7 @@ "insert": "Insertar", "upload": "Subir", "autosave": "Autoguardado", - "the-content-is-saved-as-a-draft-to-publish-it": "El contenido se guarda como borrador. Para publicarlo haz clic en el botón Publicar<> o si sigues trabajando en él haz clic en Guardar como borrador<\/b>", + "the-content-is-saved-as-a-draft-to-publish-it": "El contenido es borrador. Para publicarlo haz clic en el botón Publicar<\/b> o si sigues trabajando en él haz clic en Guardar como borrador<\/b>.", "site": "Sitio", "first": "Primero", "last": "Último", diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php index e0f26acb..e8fb76d9 100644 --- a/bl-plugins/backup/plugin.php +++ b/bl-plugins/backup/plugin.php @@ -66,7 +66,7 @@ class pluginBackup extends Plugin { $html .= '

'.Date::format($filename, BACKUP_DATE_FORMAT, 'F j, Y, g:i a').'

'; // Allow download if a zip file if ($this->zip) { - $html .= ' '.$L->get('download').''; + $html .= ' '.$L->get('download').''; } $html .= ''; $html .= '';