diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-02-10 14:36:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-02-10 14:36:49 +0000 |
commit | 171479fcfa4ddd85c7a1d9564ca286a5c91a418f (patch) | |
tree | 0926daf5d837a667e71ce4d352b70fd97e5d46f1 /includes/theme.inc | |
parent | d6ce51e4ce39c143732f69de9a5590428d6e3c6c (diff) | |
download | brdo-171479fcfa4ddd85c7a1d9564ca286a5c91a418f.tar.gz brdo-171479fcfa4ddd85c7a1d9564ca286a5c91a418f.tar.bz2 |
- a 2nd batch of various updates
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index e54de391c..35573ecb8 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -38,7 +38,7 @@ function theme_account($theme) { $content .= "<P>\n"; $content .= "<LI><A HREF=\"account.php?op=edit&topic=user\">edit your information</A></LI>\n"; $content .= "<LI><A HREF=\"account.php?op=edit&topic=site\">edit your preferences</A></LI>\n"; - $content .= "<LI><A HREF=\"account.php?op=edit&topic=content\">edit site content</A></LI>\n"; + $content .= "<LI><A HREF=\"account.php?op=edit&topic=content\">edit your content</A></LI>\n"; $content .= "<P>\n"; if (user_permission($user)) { |