From d59ba41f65a26cdd31ae9da5b847be008cd365dd Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 9 Oct 2008 15:15:55 +0000 Subject: =?UTF-8?q?#313213=20by=20maartenvg,=20G=C3=A1bor=20Hojtsy:=20Add?= =?UTF-8?q?=20a=20'title'=20attribute=20for=20permissions=20to=20allow=20f?= =?UTF-8?q?or=20localization=20of=20permission=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/translation/translation.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/translation/translation.module') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 0f79c00e0..04401aed1 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -86,7 +86,10 @@ function _translation_tab_access($node) { */ function translation_perm() { return array( - 'translate content' => t('Translate website content.'), + 'translate content' => array( + 'title' => t('Tranlate content'), + 'description' => t('Translate website content.'), + ), ); } -- cgit v1.2.3