From 29368b4664a76225b0e7d1de712131b639a12104 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 1 Dec 2009 13:14:43 +0000 Subject: - Patch #620446 by Xano: rewrite permission titles and descriptions. --- modules/contact/contact.module | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'modules/contact') diff --git a/modules/contact/contact.module b/modules/contact/contact.module index ced9df4db..9f0e3ca16 100644 --- a/modules/contact/contact.module +++ b/modules/contact/contact.module @@ -43,16 +43,13 @@ function contact_help($path, $arg) { function contact_permission() { return array( 'administer contact forms' => array( - 'title' => t('Administer contact forms'), - 'description' => t('Manage contact forms and configure contact form administrative settings.'), + 'title' => t('Administer contact forms and contact form settings'), ), 'access site-wide contact form' => array( - 'title' => t('Access site-wide contact form'), - 'description' => t('Send e-mails to administrator-defined recipients using the site-wide contact form.'), + 'title' => t('Use the site-wide contact form'), ), 'access user contact forms' => array( - 'title' => t('Access user contact forms'), - 'description' => t('Send e-mails to users using their contact forms.'), + 'title' => t("Use users' personal contact forms"), ), ); } -- cgit v1.2.3