Code

Layout and consistency fixes
[gosa.git] / plugins / admin / systems / class_glpiAccount.inc
index 411c1ca74438cfff754bb49972a520f66b4b7e36..1aa1a4b6a1f3443e10e77c500c932c4b300d2dc9 100644 (file)
@@ -512,10 +512,10 @@ class glpiAccount extends plugin
 
     /* Show tab dialog headers */
     if ($this->is_account){
-      $display= $this->show_header(_("Remove inventory service"),
+      $display= $this->show_header(_("Remove inventory"),
           _("This device has inventory informations enabled. You can disable them by clicking below."));
     } else {
-      $display= $this->show_header(_("Add inventory service"),
+      $display= $this->show_header(_("Add inventory"),
           _("This device has inventory informations disabled. You can enable them by clicking below."));
       return ($display);
     }