summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 65bfb15)
raw | patch | inline | side by side (parent: 65bfb15)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 09:02:20 +0000 (09:02 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/personal/myaccount/class_MyAccount.inc b/gosa-core/plugins/personal/myaccount/class_MyAccount.inc
index e55b896c2e386bbaa67fb1d7a63937954bec3538..8de9aca332016abc9b5b4f34b6d421e63e402b60 100644 (file)
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: