Skip to content
Snippets Groups Projects
Commit a9961a36 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- made the selection box translatable (patch by Gerhard)
parent d4546eb9
No related merge requests found
......@@ -12,7 +12,7 @@
}
else {
foreach (module_list() as $name) {
if (module_hook($name, "user")) $options .= "<option value=\"$name\">$name</option>";
if (module_hook($name, "user")) $options .= "<option value=\"$name\">". t($name) ."</option>";
}
$form .= form_item(t("Submission type"), "<SELECT NAME=\"mod\">$options</SELECT>");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment