summaryrefslogtreecommitdiff
path: root/submit.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-09-16 11:33:14 +0000
committerDries Buytaert <dries@buytaert.net>2001-09-16 11:33:14 +0000
commit2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4 (patch)
tree51c3918085542ee9487bfb4bc95feee502281eec /submit.php
parentf358893b52f364aefbdab41a5e1407d54f0c2b59 (diff)
downloadbrdo-2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4.tar.gz
brdo-2d1e9126cb10f52e7711ce121f8bdaa5bdc71aa4.tar.bz2
- Added the new user module!
Diffstat (limited to 'submit.php')
-rw-r--r--submit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/submit.php b/submit.php
index 084217474..8181a0cfe 100644
--- a/submit.php
+++ b/submit.php
@@ -20,7 +20,7 @@ if (user_access("post content")) {
$output .= form("submit.php", $form, "get");
- $theme->box("Submit", $output);
+ $theme->box(t("Submit"), $output);
}
}
else {