Skip to content
Snippets Groups Projects
Commit a346f0d6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #597784 by gpk, Dave Reid: fixed typo.

parent f175e698
No related branches found
No related tags found
No related merge requests found
......@@ -39,11 +39,11 @@ function contact_permission() {
return array(
'administer contact forms' => array(
'title' => t('Administer contact forms'),
'description' => t('Manage contact forms and configure contact form adminstrative settings.'),
'description' => t('Manage contact forms and configure contact form administrative settings.'),
),
'access site-wide contact form' => array(
'title' => t('Access site-wide contact form'),
'description' => t('Send e-mails to administer-defiend recipients using the site-wide contact form.'),
'description' => t('Send e-mails to administrator-defined recipients using the site-wide contact form.'),
),
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment