summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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']) {