X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Finclude%2Fclass_session.inc;h=7d8524c7383d7f3488002c2ad8c9dcc27d69a47f;hb=1e99420f077c6595a6098da8b0685a852668852f;hp=9d298cd9eabdf7b9a2933f39fcafe2aec58a8418;hpb=0e98403ce5fa8cc3044d72dc24f85325cbd193c3;p=gosa.git diff --git a/gosa-core/include/class_session.inc b/gosa-core/include/class_session.inc index 9d298cd9e..7d8524c73 100644 --- a/gosa-core/include/class_session.inc +++ b/gosa-core/include/class_session.inc @@ -73,7 +73,7 @@ class session { /* Sanity check */ if (!session::channel_exists($channel)){ - msg_dialog::display(_("Internal error"), _("Requested channel does not exist! Please contact your Administrator."), FATAL_ERROR_DIALOG); + msg_dialog::display(_("Internal error"), _("Requested channel does not exist!"), FATAL_ERROR_DIALOG); } $channel= "gch_".$channel; @@ -98,7 +98,7 @@ class session { } else { /* Sanity check */ if (!session::channel_exists($channel)){ - msg_dialog::display(_("Internal error"), _("Requested channel does not exist! Please contact your Administrator."), FATAL_ERROR_DIALOG); + msg_dialog::display(_("Internal error"), _("Requested channel does not exist!"), FATAL_ERROR_DIALOG); } $_SESSION[$channel][$name] = $value; } @@ -124,7 +124,7 @@ class session { /* Sanity check */ if (!session::channel_exists($channel)){ - msg_dialog::display(_("Internal error"), _("Requested channel does not exist! Please contact your Administrator."), FATAL_ERROR_DIALOG); + msg_dialog::display(_("Internal error"), _("Requested channel does not exist!"), FATAL_ERROR_DIALOG); } $channel= "gch_".$channel;