diff options
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)) { |