From 7d0ff985c18515fa18e4aaec9a1a8568a5b1493e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 19 Aug 2020 11:45:39 +0200 Subject: [PATCH 1/2] Update fileinspector.php --- e107_admin/fileinspector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index 5fa3dd554..b3d646346 100755 --- a/e107_admin/fileinspector.php +++ b/e107_admin/fileinspector.php @@ -222,7 +222,7 @@ class fileinspector_ui extends e_admin_ui // $text .= ''; - $text .= ' Begin'; + $text .= ' '.FR_LAN_33.''; $text .= ' '.LAN_CANCEL.''; @@ -1392,4 +1392,4 @@ function sh(showid) { return $text; }*/ -?> \ No newline at end of file +?> From becc93e968248d5c92794e643e9f6f9a76a2892b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor?= Date: Wed, 19 Aug 2020 11:50:16 +0200 Subject: [PATCH 2/2] Update lan_fileinspector.php --- e107_languages/English/admin/lan_fileinspector.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_languages/English/admin/lan_fileinspector.php b/e107_languages/English/admin/lan_fileinspector.php index 486349359..d3ef94a9f 100644 --- a/e107_languages/English/admin/lan_fileinspector.php +++ b/e107_languages/English/admin/lan_fileinspector.php @@ -86,6 +86,7 @@ define("FR_LAN_28", "Known insecure files"); //define("FR_LAN_30", "Total lines matched");//not used //define("FR_LAN_31", "Missing complete plugin folder");//not used define("FR_LAN_32", "You need to run a scan first!"); +define("FR_LAN_33", "Begin"); define("FS_LAN_1", "Create Snapshot"); define("FS_LAN_2", "Absolute path of root directory to create image from");