summaryrefslogtreecommitdiff
path: root/includes/theme.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/theme.inc')
-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";
}