diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-12 17:11:42 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-04-12 17:11:42 +0200 |
commit | 1ace4c8423952dc570e2ee867d005d2668da9fcf (patch) | |
tree | 81239843834ec43fc346078fc54727e6b006a6dc | |
parent | If you're not allowed to change status or resolution, their values are being ... (diff) | |
download | bugzilla-1ace4c8423952dc570e2ee867d005d2668da9fcf.tar.gz bugzilla-1ace4c8423952dc570e2ee867d005d2668da9fcf.tar.bz2 bugzilla-1ace4c8423952dc570e2ee867d005d2668da9fcf.zip |
Fix typo
-rw-r--r-- | Bugzilla/Hook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 2d285dd22..b6a27f03d 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -1404,7 +1404,7 @@ It will be passed to the template. =item C<action> -A text which indicates the different behaviors that edit_users.cgi will have. +A text which indicates the different behaviors that editusers.cgi will have. With this hook you can change the behavior of an action or add new actions. =item C<user> |