From ba8b1d27fb5a43c734ec39c026648bf4f77444b3 Mon Sep 17 00:00:00 2001 From: webchick <webchick@24967.no-reply.drupal.org> Date: Thu, 1 Mar 2012 20:59:18 -0800 Subject: [PATCH] Issue #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View voting results' permission is misleading. --- core/modules/poll/poll.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/poll/poll.module b/core/modules/poll/poll.module index 886230860e15..84a24d555ae4 100644 --- a/core/modules/poll/poll.module +++ b/core/modules/poll/poll.module @@ -59,7 +59,7 @@ function poll_permission() { 'title' => t('Cancel and change own votes'), ), 'inspect all votes' => array( - 'title' => t('View voting results'), + 'title' => t('View details for all votes'), ), ); -- GitLab