summaryrefslogtreecommitdiff
path: root/modules/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator.module')
-rw-r--r--modules/aggregator.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator.module b/modules/aggregator.module
index 81a391f10..f2e346083 100644
--- a/modules/aggregator.module
+++ b/modules/aggregator.module
@@ -437,8 +437,8 @@ function import_page_info() {
global $theme;
$links[] = "<a href=\"module.php?mod=import\">". t("latest news") ."</a>";
- $links[] = "<a href=\"module.php?mod=import&op=bundles\">". t("news by source") ."</a>";
- $links[] = "<a href=\"module.php?mod=import&op=feeds\">". t("news by topic") ."</a>";
+ $links[] = "<a href=\"module.php?mod=import&op=feeds\">". t("news by source") ."</a>";
+ $links[] = "<a href=\"module.php?mod=import&op=bundles\">". t("news by topic") ."</a>";
$links[] = "<a href=\"module.php?mod=import&op=sources\">". t("news sources") ."</a>";
return "<div align=\"center\">". $theme->links($links) ."</div>";