From 5299b9268995d1018a6b966f9d1ef260931f5c3d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 25 Jun 2008 09:12:25 +0000 Subject: - 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. --- modules/system/system.admin.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.admin.inc') 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 -- cgit v1.2.3