summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-10-02 18:41:12 +0000
committerDries Buytaert <dries@buytaert.net>2003-10-02 18:41:12 +0000
commit9942b6a2c565409377d98fe21432d30ddca73501 (patch)
tree0590e93372469fec37eda66d1d9b8b34ae986bfb /modules/aggregator.module
parenta4c84bbe3df42b51d8da86519109262c51a57915 (diff)
downloadbrdo-9942b6a2c565409377d98fe21432d30ddca73501.tar.gz
brdo-9942b6a2c565409377d98fe21432d30ddca73501.tar.bz2
- There were 2 "content syndication" menu's: grouped them together.
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 0bf4a2abe..7a2b2ec3d 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -109,7 +109,7 @@ function import_link($type) {
if (user_access("administer news feeds")) {
menu("admin/node/syndication", t("syndication"), NULL, NULL, 5);
- menu("admin/node/syndication/news", t("feeds"), "import_admin", import_help("admin/node/syndication/news") );
+ menu("admin/node/syndication/news", t("RSS/RDF"), "import_admin", import_help("admin/node/syndication/news") );
menu("admin/node/syndication/news/add/feed", t("new feed"), "import_admin", import_help("admin/node/syndication/news/add/feed"), 2);
menu("admin/node/syndication/news/add/bundle", t("new bundle"), "import_admin", import_help("admin/node/syndication/news/add/bundle"), 3);
menu("admin/node/syndication/news/tag", t("tag items"), "import_admin", import_help("admin/node/syndication/news/tag"), 4);