diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-15 11:16:39 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-15 11:16:39 +0000 |
commit | 9979aceab035616297b1ba95ec33c9905a4fed2b (patch) | |
tree | 37679df887bb271ddee3ba22f91a305c9ad6b40f /modules/system/system.module | |
parent | c13abe16555a8a7f70021dae0cf9f3dd20e6c83d (diff) | |
download | brdo-9979aceab035616297b1ba95ec33c9905a4fed2b.tar.gz brdo-9979aceab035616297b1ba95ec33c9905a4fed2b.tar.bz2 |
- Patch #12783 by Stefan: various small consistency/usability improvements.
Diffstat (limited to 'modules/system/system.module')
-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); |