From d6554be78688b46bebcd2ac86224150d41a10fba Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 21 Apr 2001 19:21:11 +0000 Subject: - Fixed typo "sumbission" --- includes/structure.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 .= "Category and topic:
\n"; $output .= category_form_select($type, $edit, $size) ." ". topic_form_select($edit, $size) ."
"; - $output .= "". t("Select the category and the topic this sumbission belongs in.") ."

"; + $output .= "". t("Select the category and the topic this submission belongs in.") ."

"; return $output; } -- cgit v1.2.3