diff --git a/install_module.php b/install_module.php
index f597770..1a600c8 100644
--- a/install_module.php
+++ b/install_module.php
@@ -58,7 +58,7 @@ function mainTable_foot() {
HTML;
-
+}
$module = array(
'name' => "MWS Youtube Search v1.2",
@@ -76,7 +76,7 @@ function mainTable_foot() {
'tran_s' => "",
);
-echoheader("" . $module['name'], $lang['m01'] );
+echoheader("" . $module['name'], $module['desc'] );
if ( $_REQUEST['action'] == "install" ) {
@@ -174,4 +174,4 @@ function mainTable_foot() {
}
echofooter();
-?>
\ No newline at end of file
+?>