From 81a6bcd7a2d3509ea9a55a81f8db0c744003b2f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 11 Dec 2002 20:21:04 +0000 Subject: - Fixed typo. Reported by Kobus. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 7e5715dee..a7e5164d2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -101,7 +101,7 @@ function request_uri() { } function message_access() { - return t("You are not authorized to access to this page."); + return t("You are not authorized to access this page."); } function message_na() { -- cgit v1.2.3