From 7838dc15419fcef03dcc5f401902581bc07e2267 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 15 Dec 2006 07:56:36 +0000 Subject: #100962: Localize module descriptions on admin/by-module --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index aabebdd72..238deb75d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2343,7 +2343,7 @@ function theme_system_admin_by_module($menu_items) { $block = array(); $block['title'] = $module; $block['content'] = theme('item_list', $items); - $block['description'] = $description; + $block['description'] = t($description); if ($block_output = theme('admin_block', $block)) { if (!$block['position']) { -- cgit v1.2.3