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.admin.inc | |
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.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 87ef36dd9..0c8a50a7b 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -370,8 +370,8 @@ function system_theme_settings(&$form_state, $key = '') { 'comment_user_picture' => t('User pictures in comments'), 'search' => t('Search box'), 'favicon' => t('Shortcut icon'), - 'primary_links' => t('Primary links'), - 'secondary_links' => t('Secondary links'), + 'main_menu' => t('Main menu'), + 'secondary_menu' => t('Secondary menu'), ); // Some features are not always available |