Code

plProperty updates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:56:44 +0000 (16:56 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 30 Nov 2010 16:56:44 +0000 (16:56 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20453 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/personal/password/class_password.inc

index 52bd71b4f1d9ec0e319203236259c0a681b163dc..8bdf26fd6334e52fd4c2aa3870e6290e9d3e9d07 100644 (file)
@@ -233,7 +233,7 @@ class password extends plugin
                             "name"          => "PRELOCK",
                             "type"          => "command",
                             "default"       => "",
-                            "description"   => _("The 'PRELOCK' statement of class password, describes a hook which gets called before a password gets locked."),
+                            "description"   => _("Script to be called before a password gets locked."),
                             "check"         => "gosaProperty::isCommand",
                             "migrate"       => "",
                             "group"         => "password",
@@ -242,7 +242,7 @@ class password extends plugin
                             "name"          => "POSTLOCK",
                             "type"          => "command",
                             "default"       => "",
-                            "description"   => _("The 'POSTLOCK' statement of class password, describes a hook which gets called after a password is locked."),
+                            "description"   => _("Script to be called after a password gets locked."),
                             "check"         => "gosaProperty::isCommand",
                             "migrate"       => "",
                             "group"         => "password",
@@ -251,7 +251,7 @@ class password extends plugin
                             "name"          => "PREUNLOCK",
                             "type"          => "command",
                             "default"       => "",
-                            "description"   => _("The 'PREUNLOCK' statement of class password, describes a hook which gets called before a password gets un-locked."),
+                            "description"   => _("Script to be called before a password gets unlocked."),
                             "check"         => "gosaProperty::isCommand",
                             "migrate"       => "",
                             "group"         => "password",
@@ -260,7 +260,7 @@ class password extends plugin
                             "name"          => "POSTUNLOCK",
                             "type"          => "command",
                             "default"       => "",
-                            "description"   => _("The 'POSTUNLOCK' statement of class password, describes a hook which gets called after a password is un-locked."),
+                            "description"   => _("Script to be called after a password gets unlocked."),
                             "check"         => "gosaProperty::isCommand",
                             "migrate"       => "",
                             "group"         => "password",