From 0bab2cdac2214c6a91201f23c2e6d59a1c48b1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=A7a=C4=9Fatay?= Date: Fri, 26 Jan 2018 21:31:14 +0300 Subject: [PATCH] Update plugin.php --- bl-plugins/backup/plugin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bl-plugins/backup/plugin.php b/bl-plugins/backup/plugin.php index 21fd2dba..f2136fa8 100644 --- a/bl-plugins/backup/plugin.php +++ b/bl-plugins/backup/plugin.php @@ -66,7 +66,7 @@ class pluginBackup extends Plugin { } $html = '
'; - $html .= ''; + $html .= ''; $html .= '
'; $html .= '
'; @@ -76,8 +76,8 @@ class pluginBackup extends Plugin { $html .= '
'; $html .= '

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

'; - $html .= ' '.$Language->get('Download').''; - $html .= ''; + $html .= ' '.$Language->get('download').''; + $html .= ''; $html .= '
'; $html .= '
'; } @@ -122,4 +122,4 @@ class pluginBackup extends Plugin { return Filesystem::copyRecursive($tmp, PATH_CONTENT); } -} \ No newline at end of file +}