Code

Fixed msgs for applications / departments / fai
[gosa.git] / plugins / admin / applications / class_applicationParameters.inc
index 310efad57a9543ca33a0f7db7bd2eb9a0453b703..c803aff4d3d823cf88993cd080a1a6cb0be0beff 100644 (file)
@@ -125,7 +125,7 @@ class applicationParameters extends plugin
        $this->cleanup();
        $ldap->modify ($this->attrs); 
 
-       show_ldap_error($ldap->get_error(), _("Removing application parameters failed"));
+       show_ldap_error($ldap->get_error(), sprintf(_("Removing of application parameters with dn '%s' failed."),$this->dn));
 
        /* Optionally execute a command after we're done */
        $this->handle_post_events('remove');
@@ -187,7 +187,7 @@ class applicationParameters extends plugin
        $this->cleanup();
        $ldap->modify ($this->attrs); 
 
-       show_ldap_error($ldap->get_error(), _("Saving applications parameters failed"));
+       show_ldap_error($ldap->get_error(), sprintf(_("Saving of application parameters with dn '%s' failed."),$this->dn));
 
        /* Optionally execute a command after we're done */
        $this->handle_post_events('modify');