summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:56:36 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-12-15 07:56:36 +0000
commit7838dc15419fcef03dcc5f401902581bc07e2267 (patch)
treee6ccbbf3d6860b934eac03a0a490857fc8625464 /modules/system/system.module
parent71043b991caada0bb01a4ec1e204833b9c9f68e2 (diff)
downloadbrdo-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.module2
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']) {