summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index bd575dc33..773b2b219 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'));