summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2001-04-21 19:21:11 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2001-04-21 19:21:11 +0000
commitd6554be78688b46bebcd2ac86224150d41a10fba (patch)
tree38e3a01ed4394cd9d1bdfdb534380a8e20b86ed6 /includes
parent1dfd1d75b9db7f6bbb84206535c462c14257a5fe (diff)
downloadbrdo-d6554be78688b46bebcd2ac86224150d41a10fba.tar.gz
brdo-d6554be78688b46bebcd2ac86224150d41a10fba.tar.bz2
- Fixed typo "sumbission"
Diffstat (limited to 'includes')
-rw-r--r--includes/structure.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/structure.inc b/includes/structure.inc
index aabb9d34a..f0472b225 100644
--- a/includes/structure.inc
+++ b/includes/structure.inc
@@ -144,7 +144,7 @@ function structure_save($nid, $cid, $tid) {
function structure_form($type, $edit = array(), $size = 1) {
$output .= "<B>Category and topic:</B><BR>\n";
$output .= category_form_select($type, $edit, $size) ." ". topic_form_select($edit, $size) ."<BR>";
- $output .= "<SMALL><I>". t("Select the category and the topic this sumbission belongs in.") ."</I></SMALL><P>";
+ $output .= "<SMALL><I>". t("Select the category and the topic this submission belongs in.") ."</I></SMALL><P>";
return $output;
}