From: hickert Date: Mon, 1 Mar 2010 09:02:20 +0000 (+0000) Subject: Updated MyAccount plugin X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=295249eba169a37a9d14d46035f85f534a98c2f9;p=gosa.git Updated MyAccount plugin git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15783 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/myaccount/class_MyAccount.inc b/gosa-core/plugins/personal/myaccount/class_MyAccount.inc index e55b896c2..8de9aca33 100644 --- a/gosa-core/plugins/personal/myaccount/class_MyAccount.inc +++ b/gosa-core/plugins/personal/myaccount/class_MyAccount.inc @@ -2,10 +2,8 @@ class MyAccount extends plugin { - /* Definitions */ - var $plHeadline= "Generic"; - var $plDescription= "Edit organizational user settings"; - + var $plHeadline= "My account"; + var $plDescription= "Edit personal settings"; } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: