diff --git a/include/class_acl.inc b/include/class_acl.inc
index 48112bb78dea9a0cb51d05c436496186bc43fca8..e22e89e723d8660cb5ac7fc7879ee06680df0a87 100644
--- a/include/class_acl.inc
+++ b/include/class_acl.inc
@@ -166,7 +166,7 @@ class acl extends plugin
 
     /* Handle unknown types */
     if (!in_array($type, array('subtree', 'base'))) {
-      msg_dialog::display(_("Internal error"), sprintf(_("Unkown ACL type '%s'!"), $type), ERROR_DIALOG);
+      msg_dialog::display(_("Internal error"), sprintf(_("Unkown ACL type '%s'!\nYou might need to run \"fusiondirectory-setup --migrate-acls\" to migrate your acls to the new format."), $type), ERROR_DIALOG);
       $a = array();
     }
     return $a;