Issue #1347134 by c31ck, amateescu, Shyamala, DamienMcKenna: Fixed 'View voting results' permission is misleading.

8.0.x
webchick 2012-03-01 20:59:18 -08:00
parent 35b0b2ce83
commit ba8b1d27fb
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
),
);