From 81a6bcd7a2d3509ea9a55a81f8db0c744003b2f0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Wed, 11 Dec 2002 20:21:04 +0000 Subject: [PATCH] - Fixed typo. Reported by Kobus. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/common.inc b/includes/common.inc index 7e5715dee112..a7e5164d2337 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() { -- GitLab