diff options
Diffstat (limited to 'modules/contact/contact.module')
-rw-r--r-- | modules/contact/contact.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/contact/contact.module b/modules/contact/contact.module index c82061760..bbe1389c5 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -37,8 +37,8 @@ function contact_help($path, $arg) { */ function contact_perm() { return array( - 'access site-wide contact form' => t('Send feedback to administrators via e-mail using the site-wide contact form.'), 'administer site-wide contact form' => t('Configure site-wide contact form administration settings.'), + 'access site-wide contact form' => t('Send feedback to administrators via e-mail using the site-wide contact form.'), ); } |