diff options
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r-- | modules/aggregator.module | 2 |
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); |