diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index de83f63c3..e38cbe5fc 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -80,7 +80,7 @@ function system_menu($may_cache) { $items[] = array('path' => 'admin/themes', 'title' => t('themes'), 'callback' => 'system_themes', 'access' => $access); - $items[] = array('path' => 'admin/themes/select', 'title' => t('select'), + $items[] = array('path' => 'admin/themes/select', 'title' => t('list'), 'callback' => 'system_themes', 'access' => $access, 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -1); |