diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-15 07:56:36 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-15 07:56:36 +0000 |
commit | 7838dc15419fcef03dcc5f401902581bc07e2267 (patch) | |
tree | e6ccbbf3d6860b934eac03a0a490857fc8625464 /modules/system/system.module | |
parent | 71043b991caada0bb01a4ec1e204833b9c9f68e2 (diff) | |
download | brdo-7838dc15419fcef03dcc5f401902581bc07e2267.tar.gz brdo-7838dc15419fcef03dcc5f401902581bc07e2267.tar.bz2 |
#100962: Localize module descriptions on admin/by-module
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
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']) { |