diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-07-15 11:32:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-07-15 11:32:46 +0000 |
commit | f0867798905b0b68e8924e45631c11db913fa7f8 (patch) | |
tree | 02f924df9ce2610e3e7fef8b9696d359c291b08f /includes/theme.inc | |
parent | 5ba6852f28301c6cca7d3e19914aea00e64f9c00 (diff) | |
download | brdo-f0867798905b0b68e8924e45631c11db913fa7f8.tar.gz brdo-f0867798905b0b68e8924e45631c11db913fa7f8.tar.bz2 |
- import.module:
+ added new "tab" to import.module called "news sources".
+ improvement to import.module navigation.
- theme.inc:
+ renamed 'your contributions' to 'your submissions'.
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"; |