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/simpletest/simpletest.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/simpletest.module b/modules/simpletest/simpletest.module index 4d1ea4161..1421d8978 100644 --- a/modules/simpletest/simpletest.module +++ b/modules/simpletest/simpletest.module @@ -63,8 +63,8 @@ function simpletest_menu() { function simpletest_permission() { return array( 'administer unit tests' => array( - 'title' => t('Administer unit tests'), - 'description' => t('Manage and run automated testing. %warning', array('%warning' => t('Warning: Give to trusted roles only; this permission has security implications.'))), + 'title' => t('Administer tests'), + 'description' => theme('placeholder', array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))), ), ); } -- cgit v1.2.3