diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-15 12:23:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-15 12:23:37 +0000 |
commit | 55b6e7ac02486f3c973d30ca115f5d63db146211 (patch) | |
tree | 3e8142d477774ce71dbd6d1c05fdb793b237e323 /modules/aggregator | |
parent | f0867798905b0b68e8924e45631c11db913fa7f8 (diff) | |
download | brdo-55b6e7ac02486f3c973d30ca115f5d63db146211.tar.gz brdo-55b6e7ac02486f3c973d30ca115f5d63db146211.tar.bz2 |
- import.module:
+ fixed typo
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 81a391f10..f2e346083 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/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>"; |