diff --git a/.gitignore b/.gitignore
index 97f1925..42986f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,4 +69,4 @@ Temporary Items
 .directory
 
 # Linux trash folder which might appear on any partition or disk
-.Trash-*
\ No newline at end of file
+.Trash-*
diff --git a/include/modulecheck.php b/include/modulecheck.php
index 043981c..5efc1c1 100644
--- a/include/modulecheck.php
+++ b/include/modulecheck.php
@@ -52,14 +52,13 @@ if(!file_exists(__DIR__ . "/../config/config.php")) {
 
 function showError($title, $text) { ?>
 <!DOCTYPE html>
-<html lang="pl">
+<html lang="en">
 
 <head>
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
 
-    <meta name="description" content="Brak wymaganych rozszerzeń">
     <meta name="author" content="Wruczek">
 
     <title><?php echo $title; ?></title>
@@ -91,7 +90,7 @@ function showError($title, $text) { ?>
             <?php echo $text; ?>
         </div>
         <div class="panel-footer">
-            Strona &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.1 | MIT License
+            &copy; <a href="http://wruczek.top">Wruczek</a> 2016 | <a href="https://github.com/Wruczek/ts-website">ts-website</a> v 1.3.2 | MIT License
         </div>
     </div>