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 49985c49d..e1d32fdc2 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -32,7 +32,7 @@ function theme_account($region, $theme) { $content .= "<a href=\"account.php?op=edit&type=settings\">". t("your settings") ."</a><BR>\n"; $content .= "<a href=\"account.php?op=edit&type=blocks\">". t("your blocks") ."</a><BR>\n"; $content .= "<a href=\"account.php?op=view&type=comments\">". t("your comments") ."</a><BR>\n"; - $content .= "<a href=\"account.php?op=view&type=contributions\">". t("your contributions") ."</a><BR>\n"; + $content .= "<a href=\"account.php?op=view&type=contributions\">". t("your submissions") ."</a><BR>\n"; $content .= "<a href=\"account.php?op=view&type=site\">". strtr(t("your %a"), array("%a" => variable_get("site_name", "drupal"))) ."</a><BR>\n"; $content .= "<p />\n"; |