Language fixes, added english strings etc

This commit is contained in:
martin 2002-09-03 13:11:40 +00:00
parent 42389890d5
commit cf38360f58
10 changed files with 83 additions and 42 deletions

View file

@ -52,7 +52,7 @@
if (isediting($site->id)) {
echo "<DIV ALIGN=right>";
popup_form("$CFG->wwwroot/course/mod.php?id=$site->id&section=0&add=",
$modnames, "section0", "", "Add...");
$modnames, "section0", "", get_string("add")."...");
echo "</DIV>";
}