summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-12-11 20:21:04 +0000
committerDries Buytaert <dries@buytaert.net>2002-12-11 20:21:04 +0000
commit81a6bcd7a2d3509ea9a55a81f8db0c744003b2f0 (patch)
tree999deb7e9e5c21e9ca83c341c19d1701233be3c3
parentd2927a906467a96bb6f9fce8d7a90332e25a9b4b (diff)
downloadbrdo-81a6bcd7a2d3509ea9a55a81f8db0c744003b2f0.tar.gz
brdo-81a6bcd7a2d3509ea9a55a81f8db0c744003b2f0.tar.bz2
- Fixed typo. Reported by Kobus.
-rw-r--r--includes/common.inc2
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() {