From 73ff627d44064944d770408fcf99906fe9b40702 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 6 Aug 2001 21:50:14 +0000 Subject: - Small updates: see mailing-list for details. --- modules/aggregator/aggregator.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/aggregator/aggregator.module') diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index 52d039c2e..7a6cbecbd 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -506,7 +506,7 @@ function import_page_last() { $output .= ""; while ($item = db_fetch_object($result)) { - $links[] = "iid\">". t("blog") .""; + $links[] = "iid\">". t("blog it") .""; $links[] = "fid\">". t("feed") .""; if ($item->link) { @@ -539,7 +539,7 @@ function import_page_feed($fid) { $output .= "
"; while ($item = db_fetch_object($result)) { - $links[] = "iid\">". t("blog") .""; + $links[] = "iid\">". t("blog it") .""; $links[] = "link\">". t("visit") .""; if ($item->link) { @@ -573,7 +573,7 @@ function import_page_bundle($bid) { $output .= "
"; while ($item = db_fetch_object($result)) { - $links[] = "iid\">". t("blog") .""; + $links[] = "iid\">". t("blog it") .""; $links[] = "fid\">". t("feed") .""; $links[] = "link\">". t("visit") .""; -- cgit v1.2.3