]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/licenses.pl
Fehlende Übersetzung
[mfinanz.git] / bin / mozilla / licenses.pl
index 5e396fd5f2ffb04b18e7ebfa55c9c0eb553cbae8..fb065f2549b46678fc34c6e6b35729bf8fcbee47 100644 (file)
@@ -325,10 +325,10 @@ sub add {
 
   $form->{title} = $locale->text('Add License');
 
-  if (!$::lx_office_conf{system}->{lizenzen}) {
+  if (!$::lx_office_conf{features}->{lizenzen}) {
     $form->error(
                  $locale->text(
-                   'The licensing module has been deactivated in lx-erp.conf.')
+                   'The licensing module has been deactivated in the configuration.')
     );
   }
 
@@ -518,10 +518,10 @@ sub search {
 
   $form->{title} = $locale->text('Licenses');
 
-  if (!$::lx_office_conf{system}->{lizenzen}) {
+  if (!$::lx_office_conf{features}->{lizenzen}) {
     $form->error(
                  $locale->text(
-                   'The licensing module has been deactivated in lx-erp.conf.')
+                   'The licensing module has been deactivated in the configuration.')
     );
   }