diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-14 11:47:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-14 11:47:12 +0000 |
commit | b32f8a915b1b9e011e3292dde3260655b54bc45c (patch) | |
tree | 24f94f3df24f6b277fd83d93b65fbbcbf89eeb17 | |
parent | eefdce7cce6b6b0949869edf0fef3e7ea8d93bac (diff) | |
download | brdo-b32f8a915b1b9e011e3292dde3260655b54bc45c.tar.gz brdo-b32f8a915b1b9e011e3292dde3260655b54bc45c.tar.bz2 |
- 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.
-rw-r--r-- | modules/system/system.module | 4 |
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')); |