From 55b6e7ac02486f3c973d30ca115f5d63db146211 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jul 2001 12:23:37 +0000 Subject: - import.module: + fixed typo --- modules/import.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/import.module') diff --git a/modules/import.module b/modules/import.module index 81a391f10..f2e346083 100644 --- a/modules/import.module +++ b/modules/import.module @@ -437,8 +437,8 @@ function import_page_info() { global $theme; $links[] = "". t("latest news") .""; - $links[] = "". t("news by source") .""; - $links[] = "". t("news by topic") .""; + $links[] = "". t("news by source") .""; + $links[] = "". t("news by topic") .""; $links[] = "". t("news sources") .""; return "
". $theme->links($links) ."
"; -- cgit v1.2.3