diff --git a/e107_admin/fileinspector.php b/e107_admin/fileinspector.php index 94df745e3..d82f069ca 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 +?> 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");