summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-16 12:52:25 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-16 12:52:25 +0000
commit6f614098740c306a03c5d04f60b7f22d144ff488 (patch)
tree6a8cb62218cd8953dbaf91ad905a6877825df530 /modules/block
parent78031b77e183fa3baf34548c28a7a02039cf8cc9 (diff)
downloadbrdo-6f614098740c306a03c5d04f60b7f22d144ff488.tar.gz
brdo-6f614098740c306a03c5d04f60b7f22d144ff488.tar.bz2
- Patch #153594 by profix898: usability: remove word 'settings' in blocks administration.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.module3
1 files changed, 1 insertions, 2 deletions
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,