]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/installation_check.pl
BankTransactions: Lieferantenfilter nicht benutzen, wenn...
[mfinanz.git] / scripts / installation_check.pl
index 43b290a35322b9e56f35304b8046496270cb77b0..d32951b70293e5c8f4cd7c52524d25cc0bc563e6 100755 (executable)
@@ -78,7 +78,7 @@ if ($check{a}) {
 $| = 1;
 
 if (!SL::LxOfficeConf->read(undef, 'may fail')) {
-  print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the cofiguration.')
+  print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the configuration.')
 } else {
   SL::InstallationCheck::check_for_conditional_dependencies();
 }