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.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/system/system.module') 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') -- cgit v1.2.3