From 6f614098740c306a03c5d04f60b7f22d144ff488 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jul 2007 12:52:25 +0000 Subject: - Patch #153594 by profix898: usability: remove word 'settings' in blocks administration. --- modules/block/block.module | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/block/block.module b/modules/block/block.module index 8114b8b4a..2bbfcdbbe 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -104,8 +104,7 @@ function block_menu() { $default = variable_get('theme_default', 'garland'); foreach (list_themes() as $key => $theme) { $items['admin/build/block/list/'. $key] = array( - 'title' => '!key settings', - 'title arguments' => array('!key' => $theme->info['name']), + 'title' => check_plain($theme->info['name']), 'page arguments' => array('block_admin_display', $key), 'type' => $key == $default ? MENU_DEFAULT_LOCAL_TASK : MENU_LOCAL_TASK, 'weight' => $key == $default ? -10 : 0, -- cgit v1.2.3