summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-01-16 11:08:03 +0000
committerDries Buytaert <dries@buytaert.net>2001-01-16 11:08:03 +0000
commit34b723457b81376f91ed11b1a5f95e5e8b7820d1 (patch)
tree34d3b76c872d520af2768ecb5f5213aeaee867dd /includes
parente6c85d875d0d1efb371e2044e6b27a46e6e936b0 (diff)
downloadbrdo-34b723457b81376f91ed11b1a5f95e5e8b7820d1.tar.gz
brdo-34b723457b81376f91ed11b1a5f95e5e8b7820d1.tar.bz2
- Harry Zink reported that 'administrate' is not entirely correct English
so I renamed "administrate xxx" to "administer xxx".
Diffstat (limited to 'includes')
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 4a39bc107..33e11731c 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -30,7 +30,7 @@ function theme_account($theme) {
$content .= "<P>\n";
if (($user->id) && ($user->permissions == 1 || $user->id == 1)) {
- $content .= "<LI><A HREF=\"admin.php\">administrate ". $site_name ."</A></LI>\n";
+ $content .= "<LI><A HREF=\"admin.php\">administer ". $site_name ."</A></LI>\n";
$content .= "<P>\n";
}