diff options
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |