X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1167841707ec8fe4ac5964830cd292f129e9f98d..a8b18c65bfd47c845e641fb0fff9587f4122bf9d:/bin/mozilla/installationcheck.pl diff --git a/bin/mozilla/installationcheck.pl b/bin/mozilla/installationcheck.pl index 4741443df..fdffa64f0 100644 --- a/bin/mozilla/installationcheck.pl +++ b/bin/mozilla/installationcheck.pl @@ -17,21 +17,21 @@ sub verify_installation { use SL::Locale; - my $locale = new Locale($::lx_office_conf{system}->{language}, "installationcheck"); + my $locale = Locale->new($::lx_office_conf{system}->{language}, "installationcheck"); print(qq|content-type: text/html + title="kivitendo stylesheet"> | . $locale->text("One or more Perl modules missing") . qq|

| . $locale->text("One or more Perl modules missing") . qq|

-

| . $locale->text("At least one Perl module that Lx-Office ERP " . +

| . $locale->text("At least one Perl module that kivitendo ERP " . "requires for running is not installed on your " . "system.") . " " .