From: hickert Date: Mon, 8 Aug 2005 13:07:51 +0000 (+0000) Subject: Fixed string X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=16771295982e6fc273e96a4265559c4f926d7643;p=gosa.git Fixed string git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1080 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }