From dcf985de2171c55458b92ac9b2c4f3304a60a9a6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 5 Mar 2005 09:11:00 +0000 Subject: - Patch #18404 by Gerhard: removed incorrect/outdated documentation from a form description. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 969a1ecba..5f38a895c 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -658,7 +658,7 @@ function system_theme_settings() { // System wide only settings. if (!$key) { // Menu settings - $group = form_textarea(t('Primary links'), "$var][primary_links", $settings['primary_links'], 70, 8, t('The HTML code for the primary links. If this field is empty, Drupal will automatically generate a set of links based on which modules are enabled.')); + $group = form_textarea(t('Primary links'), "$var][primary_links", $settings['primary_links'], 70, 8, t('The HTML code for the primary links.')); $group .= form_textarea(t('Secondary links'), "$var][secondary_links", $settings['secondary_links'], 70, 8, t('The HTML code for the secondary links.')); $form .= form_group(t('Menu Settings'), $group, t('Customize the menus that are displayed at the top and/or bottom of the page. This configuration screen is only available in the site wide display configuration.')); -- cgit v1.2.3