From b32f8a915b1b9e011e3292dde3260655b54bc45c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 14 Oct 2006 11:47:12 +0000 Subject: [PATCH] - Based on http://flickr.com/photos/dries/233551753/: changed the title 'RSS feeds' to 'RSS publishing' to make it slightly more distinct We also have a 'RSS aggregator' link. --- modules/system/system.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/system.module b/modules/system/system.module index bd575dc331c..773b2b21957 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -234,8 +234,8 @@ function system_menu($may_cache) { 'callback' => 'drupal_get_form', 'callback arguments' => array('system_image_toolkit_settings')); $items[] = array( - 'path' => 'admin/content/rss-feed', - 'title' => t('RSS feeds'), + 'path' => 'admin/content/rss-publishing', + 'title' => t('RSS publishing'), 'description' => t('Configure the number of items per feed and whether feeds should be titles/teasers/full-text.'), 'callback' => 'drupal_get_form', 'callback arguments' => array('system_rss_feeds_settings'));