From f875a9777f06cb330a9f0fad97a2c74088afe042 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 27 Jan 2006 09:00:19 +0000 Subject: [PATCH] Renamed add/remove buttons git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2593 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_glpiAccount.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/admin/systems/class_glpiAccount.inc b/plugins/admin/systems/class_glpiAccount.inc index ec997df52..411c1ca74 100644 --- a/plugins/admin/systems/class_glpiAccount.inc +++ b/plugins/admin/systems/class_glpiAccount.inc @@ -513,10 +513,10 @@ class glpiAccount extends plugin /* Show tab dialog headers */ if ($this->is_account){ $display= $this->show_header(_("Remove inventory service"), - _("This server has inventory features enabled. You can disable them by clicking below.")); + _("This device has inventory informations enabled. You can disable them by clicking below.")); } else { $display= $this->show_header(_("Add inventory service"), - _("This server has inventory features disabled. You can enable them by clicking below.")); + _("This device has inventory informations disabled. You can enable them by clicking below.")); return ($display); } -- 2.30.2