Skip to content
Snippets Groups Projects
Commit 7838dc15 authored by Steven Wittens's avatar Steven Wittens
Browse files

#100962: Localize module descriptions on admin/by-module

parent 71043b99
No related branches found
No related tags found
No related merge requests found
......@@ -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']) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment