X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/be6f6cfd8dc7def5356edd0c5aacb814b4baded1..a8b18c65bfd47c845e641fb0fff9587f4122bf9d:/bin/mozilla/installationcheck.pl diff --git a/bin/mozilla/installationcheck.pl b/bin/mozilla/installationcheck.pl index ca8c7895a..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("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.") . " " . @@ -76,7 +76,7 @@ sub verify_installation { " " . $locale->text("Here's an example command line:") . qq|
-perl -MCPAN -e "install CGI::Ajax"
perl -MCPAN -e "install Config::Std"
| . $locale->text("The third way is to download the module from the " . "above mentioned URL and to install the module " .