Clean up lang files

This commit is contained in:
ruan 2016-02-12 11:52:16 +02:00
parent 7959d2be81
commit caee6e306b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<?php
final class Lang {
public function __construct($connect = true) {
class Lang {
public function __construct() {
$this->index_welcome1 = 'Vítej na ';
$this->index_welcome2 = '.';
$this->index_allsins = 'Zde nalezneš vypsány všechny své tresty.';

View File

@ -1,7 +1,7 @@
<?php
final class Lang {
public function __construct($connect = true) {
class Lang {
public function __construct() {
$this->index_welcome1 = 'Welcome to ';
$this->index_welcome2 = '\'s Ban List.';
$this->index_allsins = 'Here is where all of our punishments are listed.';