diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-06-25 09:12:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-06-25 09:12:25 +0000 |
commit | 5299b9268995d1018a6b966f9d1ef260931f5c3d (patch) | |
tree | d3c3c218f95c64ac211376def10d07e6913a3e94 /modules/system/system.module | |
parent | 61cde080387d331777c87dbaf2b02f4ab5307072 (diff) | |
download | brdo-5299b9268995d1018a6b966f9d1ef260931f5c3d.tar.gz brdo-5299b9268995d1018a6b966f9d1ef260931f5c3d.tar.bz2 |
- Patch #270917 by catch, Bojhan, et al: renamed 'primary links' and 'secondary links' to 'main menu' and 'secondary menu' respectively. Based on usability study conducted with the help of Bojhan.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 0293f65bd..4fa9992e5 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -928,8 +928,8 @@ function system_theme_default() { 'node_user_picture', 'search', 'slogan', - 'primary_links', - 'secondary_links', + 'main_menu', + 'secondary_menu', ), 'stylesheets' => array( 'all' => array('style.css') |