From 16771295982e6fc273e96a4265559c4f926d7643 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 8 Aug 2005 13:07:51 +0000 Subject: [PATCH] Fixed string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1080 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/admin/systems/class_phoneGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admin/systems/class_phoneGeneric.inc b/plugins/admin/systems/class_phoneGeneric.inc index 11a0509d4..782fb9fa4 100644 --- a/plugins/admin/systems/class_phoneGeneric.inc +++ b/plugins/admin/systems/class_phoneGeneric.inc @@ -210,7 +210,7 @@ class phoneGeneric extends plugin $ldap->search ("(&(objectClass=goFonAccount)(goFonHardware=".$this->cn."))", array("uid","cn")); while ($attr = $ldap->fetch()){ - print_red(sprintf(_("Can't delete the phone. There are still users using this phone, one of them is user '%s'."), + print_red(sprintf(_("Can't delete because there are user which are depending on this phone. One of them is user '%s'."), ($attr['uid'][0]." - ".$attr['cn'][0]))); return; } -- 2.30.2