Code

Updated MyAccount plugin
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 09:02:20 +0000 (09:02 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Mar 2010 09:02:20 +0000 (09:02 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15783 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/myaccount/class_MyAccount.inc

index e55b896c2e386bbaa67fb1d7a63937954bec3538..8de9aca332016abc9b5b4f34b6d421e63e402b60 100644 (file)
@@ -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: