diff options
Diffstat (limited to 'modules/poll/poll.module')
-rw-r--r-- | modules/poll/poll.module | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module index be9d94522..1c206a994 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -64,15 +64,12 @@ function poll_permission() { $perms = array( 'vote on polls' => array( 'title' => t('Vote on polls'), - 'description' => t('Cast votes on polls.'), ), 'cancel own vote' => array( - 'title' => t('Cancel own vote'), - 'description' => t('Retract and optionally change own votes.'), + 'title' => t('Cancel and change own votes'), ), 'inspect all votes' => array( - 'title' => t('Inspect all votes'), - 'description' => t('View voting results.'), + 'title' => t('View voting results'), ), ); |